Tab Groups
A variation of the firefox tab group feature for chrome.
Vad är Tab Groups?
Tab Groups är en Chrome-tillägg utvecklad av axolotl, och dess huvudfunktion är "A variation of the firefox tab group feature for chrome.".
Tilläggsskärmbilder
Ladda ner Tab Groups-förlängningens CRX-fil
Ladda ner Tab Groups-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
See the website readme.
Grundläggande Information om Tillägg
Namn | Tab Groups |
ID | gccimjdagnkcchleckogmciiefdngcgl |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl |
Beskrivning | A variation of the firefox tab group feature for chrome. |
Filstorlek | 2.09 MB |
Antal Installationer | 193 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-03-18 |
Publiceringsdatum | 2015-03-18 |
Betyg | 1.67/5 Totalt 15 Betyg |
Utvecklare | axolotl |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Risto-Stevcev/tabgroups |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Groups", "description": "A variation of the firefox tab group feature for chrome.", "version": "0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "chrome:\/\/favicon\/*" ] } |