Initial commit
This commit is contained in:
commit
4ae6b27809
4 changed files with 137 additions and 0 deletions
18
manifest.json
Normal file
18
manifest.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Print Element Picker",
|
||||
"version": "1.0",
|
||||
"description": "Interactively pick an element on the page and print only that element.",
|
||||
"permissions": ["activeTab", "scripting"],
|
||||
"action": {
|
||||
"default_title": "Pick element to print"
|
||||
},
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
},
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "print-picker@yourdomain.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue