Useful

Developer's Tool Packages, Just for simple.

Useful là gì?

Useful là một tiện ích mở rộng Chrome được phát triển bởi mikexia930, và tính năng chính của nó là "Developer's Tool Packages, Just for simple.".

Ả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 Useful

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

                        Web Developer's Tool Packages,  You can test API and format API data, JSON beauty and more tools. Just for help you easy in Develop。                    

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

Tên Useful Useful
ID jehfpibockhfcjkcaefhilkejbbicbkn
URL Chính Thức https://chromewebstore.google.com/detail/useful/jehfpibockhfcjkcaefhilkejbbicbkn
Mô tả Developer's Tool Packages, Just for simple.
Kích Thước Tệp 11 MB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2022-01-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mikexia930
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mikexia930/Useful
URL Trang Trợ Giúp https://github.com/mikexia930/Useful/issues
Ngôn Ngữ Được Hỗ Trợ en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en_US",
    "name": "__MSG_extName__",
    "version": "2.2.2",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "static\/images\/useful.png",
        "24": "static\/images\/useful.png",
        "32": "static\/images\/useful.png",
        "48": "static\/images\/useful.png"
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": ".\/popup\/popup.html",
        "default_title": ""
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}