Tab.Domainator
Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them
Co to jest Tab.Domainator?
Tab.Domainator to rozszerzenie Chrome opracowane przez bertofer, a jego główną funkcją jest „Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab.Domainator
Pobierz pliki rozszerzeń Tab.Domainator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Tab.Domainator |
ID | kifgblcabcanlajafepiimafnekjhplm |
Oficjalny URL | https://chromewebstore.google.com/detail/tabdomainator/kifgblcabcanlajafepiimafnekjhplm |
Opis | Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them |
Rozmiar pliku | 838 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2016-08-18 |
Data Publikacji | 2016-08-18 |
Deweloper | bertofer |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/bertofer/chrome-tab-domainator |
Obsługiwane Języki | 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'" } |