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. 扩展基本信息
| 名称 | |
| ID | nokdeeoiaiicgnonknihiccadnnmpeoh |
| 官方URL | 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": []
} | |