mirror of
https://github.com/taigrr/searchBGon
synced 2025-01-18 05:03:12 -08:00
Added keyboard shortcut (Ctrl+Shift+Z) to make usage easier
This commit is contained in:
parent
c9d6244b53
commit
ab6fb6a1c3
@ -4,7 +4,7 @@
|
|||||||
"description": "Closes all Google Search tabs when clicked to free up tabs and save your sanity.",
|
"description": "Closes all Google Search tabs when clicked to free up tabs and save your sanity.",
|
||||||
"short_name":"SearchBGon",
|
"short_name":"SearchBGon",
|
||||||
"author": "Tai Groot",
|
"author": "Tai Groot",
|
||||||
"version": "1.0.2",
|
"version": "2.0.0",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "static/icon.png"
|
"default_icon": "static/icon.png"
|
||||||
},
|
},
|
||||||
@ -16,6 +16,13 @@
|
|||||||
"permissions": [
|
"permissions": [
|
||||||
"tabs"
|
"tabs"
|
||||||
],
|
],
|
||||||
|
"commands":{
|
||||||
|
"_execute_browser_action":{
|
||||||
|
"suggested_key":{
|
||||||
|
"default": "Ctrl+Shift+Z"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "static/icon-16.png",
|
"16": "static/icon-16.png",
|
||||||
"32": "static/icon-32.png",
|
"32": "static/icon-32.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user