dev helper

a extension help develop easy, include CORS...

dev helper là gì?

dev helper là một tiện ích mở rộng Chrome được phát triển bởi https://debugmi.com, và tính năng chính của nó là "a extension help develop easy, include CORS...".

Ả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 dev helper

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

                        1. How to use CORS?

click the icon, keep on "CORS running", then you can switch to any tab to CORS                    

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

Tên dev helper dev helper
ID lbanojchlmcbidlamhigcaacamafndmc
URL Chính Thức https://chromewebstore.google.com/detail/dev-helper/lbanojchlmcbidlamhigcaacamafndmc
Mô tả a extension help develop easy, include CORS...
Kích Thước Tệp 62.7 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-03-07
Ngày Phát Hành 2022-06-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://debugmi.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.debugmi.com
URL Trang Trợ Giúp https://www.debugmi.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "dev helper",
    "description": "a extension help develop easy, include CORS...",
    "version": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/sw.js"
    },
    "permissions": [
        "activeTab",
        "declarativeNetRequest",
        "tabs"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "\/popup.html",
        "default_icon": "\/assets\/logo.png",
        "default_title": ""
    },
    "icons": {
        "16": "\/assets\/logo.png",
        "32": "\/assets\/logo.png",
        "48": "\/assets\/logo.png",
        "96": "\/assets\/logo.png",
        "128": "\/assets\/logo.png"
    }
}