JSON downloader

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

Vad är JSON downloader?

JSON downloader är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Select and right click the JSON of a Lottie animation online and download!".

Tilläggsskärmbilder

screenshot

Ladda ner JSON downloader-förlängningens CRX-fil

Ladda ner JSON downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn JSON downloader JSON downloader
ID jbfdnmiljibiadikgcigcgcfdeehphmi
Officiell webbadress https://chromewebstore.google.com/detail/json-downloader/jbfdnmiljibiadikgcigcgcfdeehphmi
Beskrivning Select and right click the JSON of a Lottie animation online and download!
Filstorlek 8.17 KB
Antal Installationer 2,196
Aktuell Version 1.0
Senast Uppdaterad 2021-11-18
Publiceringsdatum 2021-11-18
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Unknown
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}