Pow domains

Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains

Pow domainsคืออะไร?

Pow domains เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matteo.zobbi และคุณลักษณะหลักของมันคือ "Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pow domains

ดาวน์โหลดไฟล์ส่วนขยาย Pow domains ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Google Chrome and Pow I often forget to add the slash ('/') at the end of the URL and Chrome tries to search the web for the text of the URL instead of going to the URL.  
This extension forces Chrome to treat .dev domains as valid domains.

Check 'Allow in incognito' if you want it to apply to incognito browser sessions: chrome://extensions                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pow domains Pow domains
ID iigmgfbfgogbfnkgemfbpbncldjlfeoa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pow-domains/iigmgfbfgogbfnkgemfbpbncldjlfeoa
คำอธิบาย Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains
ขนาดไฟล์ 57.87 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-10-02
วันที่เผยแพร่ 2013-10-02
คะแนน 4.45/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา matteo.zobbi
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://pow.cx/
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "description": "Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Pow domains",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}