Tab.Domainator
Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them
Wat is Tab.Domainator?
Tab.Domainator is een Chrome-extensie ontwikkeld door bertofer, en de belangrijkste functie is "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab.Domainator
Download Tab.Domainator-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
This extension allows you to manage your currently open tabs in a domain-grouped way. Allowing you to close all tabs from a certain domain, and also navigate to any tab. It also comes with the option to reorder your tabs in chrome by domain, the same order as shown in the sidebar of the extension. It's also open source!! Visit https://github.com/bertofer/chrome-tab-domainator
Basisinformatie over de Extensie
Naam | Tab.Domainator |
ID | kifgblcabcanlajafepiimafnekjhplm |
Officiële URL | https://chromewebstore.google.com/detail/tabdomainator/kifgblcabcanlajafepiimafnekjhplm |
Beschrijving | Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them |
Bestandsgrootte | 838 KB |
Aantal Installaties | 11 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2016-08-18 |
Publicatiedatum | 2016-08-18 |
Ontwikkelaar | bertofer |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bertofer/chrome-tab-domainator |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab.Domainator", "version": "0.1.0", "manifest_version": 2, "description": "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "name": "Click to open the extension sidebar" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "*:\/\/*\/*" ], "web_accessible_resources": [ "src\/page-sidebar\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |