JSON downloader
Select and right click the JSON of a Lottie animation online and download!
Apa itu JSON downloader?
JSON downloader adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Select and right click the JSON of a Lottie animation online and download!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JSON downloader
Unduh file ekstensi JSON downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Select text, right click and download selected text as a JSON file. Used for easily downloading Lottie animations (which are in JSON format).
Informasi Dasar Ekstensi
Nama | JSON downloader |
ID | jbfdnmiljibiadikgcigcgcfdeehphmi |
URL Resmi | https://chromewebstore.google.com/detail/json-downloader/jbfdnmiljibiadikgcigcgcfdeehphmi |
Deskripsi | Select and right click the JSON of a Lottie animation online and download! |
Ukuran File | 8.17 KB |
Jumlah Instalasi | 2,196 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-11-18 |
Tanggal Publikasi | 2021-11-18 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Unknown |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |