mirror of
https://github.com/He4eT/tabswiper.git
synced 2026-05-05 00:57:23 +00:00
Initial commit
This commit is contained in:
parent
b47ce482b8
commit
9306068d2a
7 changed files with 478 additions and 0 deletions
21
manifest.json
Normal file
21
manifest.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"action": {
|
||||
"default_title": "Tabswiper",
|
||||
"default_popup": "popup/tabswiper/tabswiper.html"
|
||||
},
|
||||
"commands": {
|
||||
"_execute_action": {
|
||||
"suggested_key": {
|
||||
"default": "Shift+F2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Clear the list of your tabs from outdated and unnecessary ones",
|
||||
"homepage_url": "https://github.com/He4eT/tabswiper",
|
||||
"manifest_version": 3,
|
||||
"name": "Tabswiper",
|
||||
"permissions": [
|
||||
"tabs"
|
||||
],
|
||||
"version": "1.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue