JSON downloader

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

JSON downloader क्या है?

JSON downloader Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select and right click the JSON of a Lottie animation online and download!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JSON downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम JSON downloader JSON downloader
ID jbfdnmiljibiadikgcigcgcfdeehphmi
आधिकारिक URL https://chromewebstore.google.com/detail/json-downloader/jbfdnmiljibiadikgcigcgcfdeehphmi
विवरण Select and right click the JSON of a Lottie animation online and download!
फ़ाइल का आकार 8.17 KB
स्थापना संख्या 2,196
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-11-18
प्रकाशन तिथि 2021-11-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}