Tab Hell
Sort of solution of "Tab Hell problem".
Vad är Tab Hell?
Tab Hell är en Chrome-tillägg utvecklad av weiz, och dess huvudfunktion är "Sort of solution of "Tab Hell problem".".
Tilläggsskärmbilder
Ladda ner Tab Hell-förlängningens CRX-fil
Ladda ner Tab Hell-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
You have a problem with lots of opened browser tabs? All tabs "needed" but never used?
This extension autoclose forgotten tabs and save list of this tabs.
Additional functions:
- grouping tabs by hostname;
- reload all tabs;
- remove duplicates of tabs; Grundläggande Information om Tillägg
| Namn | |
| ID | aedkiopiicejaoodpoohpjjhjfdokgfd |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-hell/aedkiopiicejaoodpoohpjjhjfdokgfd |
| Beskrivning | Sort of solution of "Tab Hell problem". |
| Filstorlek | 21.15 KB |
| Antal Installationer | 47 |
| Aktuell Version | 0.1.2 |
| Senast Uppdaterad | 2015-05-07 |
| Publiceringsdatum | 2015-05-07 |
| Betyg | 3.33/5 Totalt 3 Betyg |
| Utvecklare | weiz |
| Betalningssätt | free |
| Stödda Språk | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Hell",
"description": "__MSG_extDescription__",
"version": "0.1.2",
"browser_action": {
"default_icon": "tabHell.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"permissions": [
"tabs",
"storage",
"alarms"
],
"options_page": "options.html",
"default_locale": "en"
} | |