JSON downloader

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

ما هو JSON downloader؟

JSON downloader هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Select and right click the JSON of a Lottie animation online and download!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة JSON downloader

قم بتنزيل ملفات الامتداد JSON downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}