New Domain in New Tab
Open links to new domains in a new tab. Configurable.
New Domain in New Tab là gì?
New Domain in New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://devindodson.com, và tính năng chính của nó là "Open links to new domains in a new tab. Configurable.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng New Domain in New Tab
Tải xuống các tệp mở rộng New Domain in New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | New Domain in New Tab |
ID | nokdeeoiaiicgnonknihiccadnnmpeoh |
URL Chính Thức | https://chromewebstore.google.com/detail/new-domain-in-new-tab/nokdeeoiaiicgnonknihiccadnnmpeoh |
Mô tả | Open links to new domains in a new tab. Configurable. |
Kích Thước Tệp | 190 KB |
Số Lần Cài Đặt | 558 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-07-21 |
Ngày Phát Hành | 2017-07-21 |
Đánh Giá | 3.15/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://devindodson.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/trambopoline/new-domain-in-new-tab |
URL Trang Trợ Giúp | https://github.com/trambopoline/new-domain-in-new-tab/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |