mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
Initial commit
This commit is contained in:
commit
bb4c82deac
6 changed files with 98 additions and 0 deletions
26
manifest.json
Normal file
26
manifest.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"action": {
|
||||
"default_title": "Tabswitcher"
|
||||
},
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "tabswitcher@oddsquat.org",
|
||||
"strict_min_version": "110.0"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"_execute_action": {
|
||||
"suggested_key": {
|
||||
"default": "F2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Switch to a tab or close unwanted ones using fuzzy search",
|
||||
"homepage_url": "https://github.com/He4eT/tabswitcher",
|
||||
"manifest_version": 3,
|
||||
"name": "Tabswitcher",
|
||||
"permissions": [
|
||||
"tabs"
|
||||
],
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue