Static Tab
This extension prevents you from opening more than one tab with the same base URL
Co to jest Static Tab?
Static Tab to rozszerzenie Chrome opracowane przez tangodanc, a jego główną funkcją jest „This extension prevents you from opening more than one tab with the same base URL”.
Pobierz plik CRX rozszerzenia Static Tab
Pobierz pliki rozszerzeń Static Tab 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
Hello. This is a very simple app that aims to save your time and CPU of your browser.It just prevents to open a multiple tag with the same base URL. It force you to use one "static" tab for each base URL. Enjoy
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dmiimckjmaahelmagmbfcmnglekdipcc |
Oficjalny URL | https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc |
Opis | This extension prevents you from opening more than one tab with the same base URL |
Rozmiar pliku | 192 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2015-04-14 |
Data Publikacji | 2015-04-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | tangodanc |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Static Tab", "version": "0.0.1", "manifest_version": 2, "description": "This extension prevents you from opening more than one tab with the same base URL", "homepage_url": "http:\/\/hightechfor.me", "icons": { "16": "icons\/statictab16.png", "48": "icons\/statictab48.png", "128": "icons\/statictab128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "contextMenus", "cookies", "idle", "management", "tabs" ] } |