Useful

Developer's Tool Packages, Just for simple.

什么是Useful?

Useful是由mikexia930开发的Chrome扩展程序,该扩展的主要功能是“Developer's Tool Packages, Just for simple.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Useful扩展crx文件

下载Useful扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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。                    

扩展基本信息

名称 Useful Useful
ID jehfpibockhfcjkcaefhilkejbbicbkn
官方URL https://chromewebstore.google.com/detail/useful/jehfpibockhfcjkcaefhilkejbbicbkn
简介 Developer's Tool Packages, Just for simple.
文件大小 11 MB
安装次数 54
当前版本 2.2.2
更新时间 2024-02-22
上架时间 2022-01-30
评分 5.00/5 共2次评分
开发者 mikexia930
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/mikexia930/Useful
帮助页面URL https://github.com/mikexia930/Useful/issues
支持的语言 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';"
    }
}