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
Eメール [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';"
    }
}