Tabmaster
Tame your tabs.
Wat is Tabmaster?
Tabmaster is een Chrome-extensie ontwikkeld door https://www.a9.io, en de belangrijkste functie is "Tame your tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabmaster
Download Tabmaster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Out now: Tabmaster 1.8! Favicons and better window inspection! If your workflow is full of tabs that you don't need for a while, this extension is a must-have. Instantly hide the offending tab or window and save it for later. When you need it again, everything you have hidden is conveniently listed again. Useful for: - Saving something to be read later - Giving research projects a rest till the next day - Switching from one workspace to the next ======== 1.87: Bug fixes to window preview and favicons.
Basisinformatie over de Extensie
Naam | Tabmaster |
ID | pojgemmobcnjmnpodjmgeofdgojpkepn |
Officiële URL | https://chromewebstore.google.com/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn |
Beschrijving | Tame your tabs. |
Bestandsgrootte | 15.77 KB |
Aantal Installaties | 42 |
Huidige Versie | 1.88 |
Laatst Bijgewerkt | 2014-11-28 |
Publicatiedatum | 2014-11-28 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://www.a9.io |
Betalingswijze | free |
Extensiewebsite | http://a9.io |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabmaster", "description": "Tame your tabs.", "short_name": "Tame your tabs.", "manifest_version": 2, "version": "1.88", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Tabmaster", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |