Tabmaster
Tame your tabs.
Co to jest Tabmaster?
Tabmaster to rozszerzenie Chrome opracowane przez https://www.a9.io, a jego główną funkcją jest „Tame your tabs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tabmaster
Pobierz pliki rozszerzeń Tabmaster 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Tabmaster |
ID | pojgemmobcnjmnpodjmgeofdgojpkepn |
Oficjalny URL | https://chromewebstore.google.com/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn |
Opis | Tame your tabs. |
Rozmiar pliku | 15.77 KB |
Liczba instalacji | 42 |
Aktualna Wersja | 1.88 |
Ostatnia Aktualizacja | 2014-11-28 |
Data Publikacji | 2014-11-28 |
Ocena | 4.43/5 Łącznie 7 Oceny |
Deweloper | https://www.a9.io |
Typ Płatności | free |
Strona Rozszerzenia | http://a9.io |
Obsługiwane Języki | 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" ] } |