ManifestViewer

View other extensions manifest.json file!

Co je ManifestViewer?

ManifestViewer je rozšíření Chrome vyvinuté Dex, a jeho hlavní funkcí je „View other extensions manifest.json file!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ManifestViewer

Stáhněte si soubory rozšíření ManifestViewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Allows you to view another extensions manifest.json file! This can be used if you need to check how another extension does something in their manifest file etc.

You can get an extensions id from the top URL bar (ex: pnbagoiioggnkkbnlkedejhboodhchlb)

If you get something that says the page has been blocked by chrome refresh and it should fix it!

Contact Dex#8822 on Discord for support or use my email.

(The Screenshot provided is warped do to chrome screenshot size requirements)                    

Základní Informace o Rozšíření

Název ManifestViewer ManifestViewer
ID pjdpopignkikbjcphnbicklnfpgonejj
Oficiální URL https://chromewebstore.google.com/detail/manifestviewer/pjdpopignkikbjcphnbicklnfpgonejj
Popis View other extensions manifest.json file!
Velikost souboru 19.6 KB
Počet instalací 146
Aktuální Verze 1.0
Poslední Aktualizace 2022-05-11
Datum Vydání 2022-05-10
Vývojář Dex
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ManifestViewer",
    "description": "View other extensions manifest.json file!",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}