New Domain in New Tab
Open links to new domains in a new tab. Configurable.
什麼是New Domain in New Tab?
New Domain in New Tab是由https://devindodson.com開發的Chrome擴展程式,該擴展的主要功能是“Open links to new domains in a new tab. Configurable.”。
擴展截圖
下載New Domain in New Tab擴展crx文件
下載New Domain in New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | New Domain in New Tab |
ID | nokdeeoiaiicgnonknihiccadnnmpeoh |
官方網址 | https://chromewebstore.google.com/detail/new-domain-in-new-tab/nokdeeoiaiicgnonknihiccadnnmpeoh |
簡介 | Open links to new domains in a new tab. Configurable. |
檔案大小 | 190 KB |
安裝次數 | 558 |
目前版本 | 1.0.1 |
更新時間 | 2017-07-21 |
上架時間 | 2017-07-21 |
評分 | 3.15/5 共 13 次評分 |
開發者 | https://devindodson.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/trambopoline/new-domain-in-new-tab |
說明頁面URL | https://github.com/trambopoline/new-domain-in-new-tab/issues |
支援的語言 | 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": [] } |