New Domain in New Tab
Open links to new domains in a new tab. Configurable.
Co to jest New Domain in New Tab?
New Domain in New Tab to rozszerzenie Chrome opracowane przez https://devindodson.com, a jego główną funkcją jest „Open links to new domains in a new tab. Configurable.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia New Domain in New Tab
Pobierz pliki rozszerzeń New Domain in New 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
Open links that lead to a new domain ( i.e., a new website ) in a new tab. --Features-- * Default Setup : Will open links to new domains in a new tab for all sites after installation. * Quick enable/disable : Find options to enable/disable the extension for the current domain by right-clicking the extension's icon in the browser bar. * Whitelist : Only enable the extension on the specified sites. * Blacklist : Enable the extension for all EXCEPT the specified sites. * Visual indicator : The extension icon will turn blue when the extension is enabled for the current domain, and red when it is disabled.
Podstawowe informacje o rozszerzeniu
Nazwa | New Domain in New Tab |
ID | nokdeeoiaiicgnonknihiccadnnmpeoh |
Oficjalny URL | https://chromewebstore.google.com/detail/new-domain-in-new-tab/nokdeeoiaiicgnonknihiccadnnmpeoh |
Opis | Open links to new domains in a new tab. Configurable. |
Rozmiar pliku | 190 KB |
Liczba instalacji | 558 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2017-07-21 |
Data Publikacji | 2017-07-21 |
Ocena | 3.15/5 Łącznie 13 Oceny |
Deweloper | https://devindodson.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/trambopoline/new-domain-in-new-tab |
Adres URL Strony Pomocy | https://github.com/trambopoline/new-domain-in-new-tab/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Domain in New Tab", "description": "Open links to new domains in a new tab. Configurable.", "version": "1.0.1", "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": [] } |