JSON downloader

Select and right click the JSON of a Lottie animation online and download!

Was ist JSON downloader?

JSON downloader ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Select and right click the JSON of a Lottie animation online and download!".

Erweiterungsscreenshots

screenshot

JSON downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie JSON downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Select text, right click and download selected text as a JSON file. Used for easily downloading Lottie animations (which are in JSON format).                    

Grundlegende Informationen zur Erweiterung

Name JSON downloader JSON downloader
ID jbfdnmiljibiadikgcigcgcfdeehphmi
Offizielle URL https://chromewebstore.google.com/detail/json-downloader/jbfdnmiljibiadikgcigcgcfdeehphmi
Beschreibung Select and right click the JSON of a Lottie animation online and download!
Dateigröße 8.17 KB
Installationsanzahl 2,196
Aktuelle Version 1.0
Letztes Update 2021-11-18
Veröffentlichungsdatum 2021-11-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Unknown
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON downloader",
    "description": "Select and right click the JSON of a Lottie animation online and download!",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}