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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}