Tabsanity Terminator
Removes Duplicate Tabs + Groups Tabs by URL
Co to jest Tabsanity Terminator?
Tabsanity Terminator to rozszerzenie Chrome opracowane przez Rich Werden, a jego główną funkcją jest „Removes Duplicate Tabs + Groups Tabs by URL”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tabsanity Terminator
Pobierz pliki rozszerzeń Tabsanity Terminator 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
By installing this extension, with 1-click you can remove duplicate tabs from a browser window as well as reorder the tabs to group themselves together by domain. Only affects one window at a time. Saves RAM and saves you from Tabsanity!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gogccpmimpnngeklhecgkcnmagenaepd |
Oficjalny URL | https://chromewebstore.google.com/detail/tabsanity-terminator/gogccpmimpnngeklhecgkcnmagenaepd |
Opis | Removes Duplicate Tabs + Groups Tabs by URL |
Rozmiar pliku | 18.23 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 0.21 |
Ostatnia Aktualizacja | 2018-01-10 |
Data Publikacji | 2018-01-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Rich Werden |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabsanity Terminator", "author": "Rich Werden (@r-i-c-h)", "version": "0.21", "description": "Removes Duplicate Tabs + Groups Tabs by URL", "icons": { "128": "ico_128.png", "48": "ico_48.png", "16": "ico_16.png" }, "background": { "persistent": false, "scripts": [ "theJS.js" ] }, "browser_action": { "default_icon": "ico_16.png", "default_title": "Tabsanity Terminator" }, "permissions": [ "activeTab", "tabs" ] } |