Pow domains

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

Pow domains là gì?

Pow domains là một tiện ích mở rộng Chrome được phát triển bởi matteo.zobbi, và tính năng chính của nó là "Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pow domains

Tải xuống các tệp mở rộng Pow domains 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pow domains Pow domains
ID iigmgfbfgogbfnkgemfbpbncldjlfeoa
URL Chính Thức https://chrome.google.com/webstore/detail/pow-domains/iigmgfbfgogbfnkgemfbpbncldjlfeoa
Mô tả Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains
Kích Thước Tệp 57.87 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-10-02
Ngày Phát Hành 2013-10-02
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển matteo.zobbi
Loại Thanh Toán free
Trang Web Mở Rộng http://pow.cx/
Ngôn Ngữ Được Hỗ Trợ 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"
}