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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://devindodson.com และคุณลักษณะหลักของมันคือ "Open links to new domains in a new tab. Configurable."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Domain in New Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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 New Domain in New Tab
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": []
}