Web Developer

Adds a toolbar button with various web developer tools.

Web Developer là gì?

Web Developer là một tiện ích mở rộng Chrome được phát triển bởi https://chrispederick.com, và tính năng chính của nó là "Adds a toolbar button with various web developer tools.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        The Web Developer extension adds a toolbar button to the browser with various web developer tools. This is the official port of the Web Developer extension for Firefox.

--------------------

The best place for support is not in the reviews section below, but on the Web Developer site in the help:

https://chrispederick.com/work/web-developer/help/

Also available there are a full set of release notes:

https://chrispederick.com/work/web-developer/history/chrome/                    

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

Tên Web Developer Web Developer
ID bfbameneiokkgbdmiekhjnmfkcnldhhm
URL Chính Thức https://chromewebstore.google.com/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm
Mô tả Adds a toolbar button with various web developer tools.
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 1,390,534
Phiên Bản Hiện Tại 0.5.5
Cập Nhật Lần Cuối 2023-08-26
Ngày Phát Hành 2020-01-12
Đánh Giá 4.46/5 Tổng số 2829 Đánh Giá
Nhà Phát Triển https://chrispederick.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://chrispederick.com/work/web-developer/
URL Trang Trợ Giúp http://chrispederick.com/work/web-developer/help/
URL Trang Chính Sách Bảo Mật https://chrispederick.com/work/web-developer/help
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "\/background\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/content\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "http:\/\/chrispederick.com\/work\/web-developer\/",
    "icons": {
        "16": "\/common\/images\/logos\/16.png",
        "24": "\/common\/images\/logos\/24.png",
        "32": "\/common\/images\/logos\/32.png",
        "48": "\/common\/images\/logos\/48.png",
        "64": "\/common\/images\/logos\/64.png",
        "128": "\/common\/images\/logos\/128.png",
        "256": "\/common\/images\/logos\/256.png",
        "512": "\/common\/images\/logos\/512.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "options_ui": {
        "page": "\/options\/options.html"
    },
    "version": "0.5.5",
    "browser_action": {
        "default_icon": {
            "16": "\/common\/images\/logos\/16.png",
            "24": "\/common\/images\/logos\/24.png",
            "32": "\/common\/images\/logos\/32.png",
            "48": "\/common\/images\/logos\/48.png",
            "64": "\/common\/images\/logos\/64.png",
            "128": "\/common\/images\/logos\/128.png",
            "256": "\/common\/images\/logos\/256.png",
            "512": "\/common\/images\/logos\/512.png"
        },
        "default_popup": "\/overlay\/overlay.html",
        "default_title": "__MSG_extensionName__"
    },
    "permissions": [
        "browsingData",
        "contentSettings",
        "cookies",
        "history",
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "*"
    ]
}