mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-18 15:28:37 +02:00
Hellosct1 webext (#237)
* README.md 1st commit * New demo with devtools and the webextensions * evolution script example * Remove commented out code, to see if it triggers a Travis build * Updated README; added more descriptive labels for buttons * Added some comments * update evolution * correction * correction next * correction next * update script for jquery * update part jquery in the devtools * Remove jQuery check from handleResult
This commit is contained in:
14
devtools-panels/devtools/panel/panel.html
Normal file
14
devtools-panels/devtools/panel/panel.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<button id="button_h1">Inspect h1</button>
|
||||
<button id="button_background">Reddinate inspected element</button>
|
||||
<button id="button_jquery">Check for jquery</button>
|
||||
<button id="button_message">Inject content script</button>
|
||||
<script src="devtools-panel.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user