Added button action menu
This commit is contained in:
parent
ac71dcc580
commit
0b15c878c7
4 changed files with 38 additions and 6 deletions
|
|
@ -8,10 +8,12 @@
|
|||
"icons": {
|
||||
},
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["http://*/*", "https://*/*", "file://*/*"],
|
||||
"js": ["main.js"]
|
||||
}
|
||||
]
|
||||
"permissions": [
|
||||
"activeTab"
|
||||
],
|
||||
|
||||
"browser_action": {
|
||||
"default_title": "Fairlanguage",
|
||||
"default_popup": "popup/buttonmenu.html"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue