JSON downloader

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

What is JSON downloader?

JSON downloader is a Chrome extension developed by Unknown, and its main feature is "Select and right click the JSON of a Lottie animation online and download!".

Extension Screenshots

screenshot

Download JSON downloader Extension CRX File

Download JSON downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name JSON downloader JSON downloader
ID jbfdnmiljibiadikgcigcgcfdeehphmi
Official URL https://chromewebstore.google.com/detail/json-downloader/jbfdnmiljibiadikgcigcgcfdeehphmi
Description Select and right click the JSON of a Lottie animation online and download!
File Size 8.17 KB
Installation Count 2,196
Current Version 1.0
Last Updated 2021-11-18
Publish Date 2021-11-18
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}