Tab Manager
One click to close inactive, non-pinned Google Chrome tabs
Vad är Tab Manager?
Tab Manager är en Chrome-tillägg utvecklad av thealexbaron, och dess huvudfunktion är "One click to close inactive, non-pinned Google Chrome tabs".
Tilläggsskärmbilder
Ladda ner Tab Manager-förlängningens CRX-fil
Ladda ner Tab Manager-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
For some people, after a certain amount of time, inactive, unpinned tabs are basically garbage. This extension gives you a way to easily keep track of which tabs are crusty and remove them in one click. Grundläggande Information om Tillägg
| Namn | |
| ID | ojhlhhjjechopenpeeffmohkochglide |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-manager/ojhlhhjjechopenpeeffmohkochglide |
| Beskrivning | One click to close inactive, non-pinned Google Chrome tabs |
| Filstorlek | 70.44 KB |
| Antal Installationer | 11 |
| Aktuell Version | 1.5 |
| Senast Uppdaterad | 2016-06-23 |
| Publiceringsdatum | 2016-06-23 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | thealexbaron |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Manager",
"version": "1.5",
"description": "One click to close inactive, non-pinned Google Chrome tabs",
"author": "Alex Baron",
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html"
},
"permissions": [
"tabs"
]
} | |