New Domain in New Tab
Open links to new domains in a new tab. Configurable.
Qu'est-ce que New Domain in New Tab ?
New Domain in New Tab est une extension Chrome développée par https://devindodson.com, et sa fonction principale est "Open links to new domains in a new tab. Configurable.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Domain in New Tab
Téléchargez les fichiers d'extension New Domain in New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | New Domain in New Tab |
ID | nokdeeoiaiicgnonknihiccadnnmpeoh |
URL Officiel | https://chromewebstore.google.com/detail/new-domain-in-new-tab/nokdeeoiaiicgnonknihiccadnnmpeoh |
Description | Open links to new domains in a new tab. Configurable. |
Taille du Fichier | 190 KB |
Nombre d'Installations | 558 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-07-21 |
Date de Publication | 2017-07-21 |
Évaluation | 3.15/5 Total 13 Évaluations |
Développeur | https://devindodson.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/trambopoline/new-domain-in-new-tab |
URL de la Page d'Aide | https://github.com/trambopoline/new-domain-in-new-tab/issues |
Langues Prises en Charge | 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": [] } |