One Tab to Rule Them All
Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
Co to jest One Tab to Rule Them All?
One Tab to Rule Them All to rozszerzenie Chrome opracowane przez Michael Taylor, a jego główną funkcją jest „Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia One Tab to Rule Them All
Pobierz pliki rozszerzeń One Tab to Rule Them All 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 completely disables the use of tabs in Google Chrome. If something was going to open in a new tab, it closes immediately, and is lost forever. Most people probably will not want this extension for everyday browsing, but it is useful for kiosk applications because new tabs will never open.
Podstawowe informacje o rozszerzeniu
Nazwa | One Tab to Rule Them All |
ID | ihdbhhgfjhgmkcemdmbicneejahfpmok |
Oficjalny URL | https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok |
Opis | Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever. |
Rozmiar pliku | 22.21 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2018-08-07 |
Data Publikacji | 2018-08-07 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | Michael Taylor |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Tab to Rule Them All", "version": "1.2", "description": "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |