Useful

Developer's Tool Packages, Just for simple.

Wat is Useful?

Useful is een Chrome-extensie ontwikkeld door mikexia930, en de belangrijkste functie is "Developer's Tool Packages, Just for simple.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Useful

Download Useful-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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。                    

Basisinformatie over de Extensie

Naam Useful Useful
ID jehfpibockhfcjkcaefhilkejbbicbkn
Officiële URL https://chromewebstore.google.com/detail/useful/jehfpibockhfcjkcaefhilkejbbicbkn
Beschrijving Developer's Tool Packages, Just for simple.
Bestandsgrootte 11 MB
Aantal Installaties 54
Huidige Versie 2.2.2
Laatst Bijgewerkt 2024-02-22
Publicatiedatum 2022-01-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar mikexia930
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mikexia930/Useful
Help Pagina-URL https://github.com/mikexia930/Useful/issues
Ondersteunde Talen 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';"
    }
}