Lottie Grabber
Discover and download Lottie files used on a page
Apa itu Lottie Grabber?
Lottie Grabber adalah ekstensi Chrome yang dikembangkan oleh jawish, dan fitur utamanya adalah "Discover and download Lottie files used on a page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lottie Grabber
Unduh file ekstensi Lottie Grabber 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
Discover Lottie animation JSON files used on websites. Extension lights up with the number of detected Lottie JSON files on a page and lists down the animations for downloading, copying and editing.
Informasi Dasar Ekstensi
Nama | |
ID | picecooepnneofbeikgdaiebdlcenafn |
URL Resmi | https://chrome.google.com/webstore/detail/lottie-grabber/picecooepnneofbeikgdaiebdlcenafn |
Deskripsi | Discover and download Lottie files used on a page |
Ukuran File | 185 KB |
Jumlah Instalasi | 3,659 |
Versi Saat Ini | 3.0.0 |
Terakhir Diperbarui | 2020-07-16 |
Tanggal Publikasi | 2020-07-16 |
Penilaian | 2.50/5 Total 8 Penilaian |
Pengembang | jawish |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jawish/webextension-lottie-grabber |
URL Halaman Bantuan | https://github.com/jawish/webextension-lottie-grabber/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lottie Grabber", "version": "3.0.0", "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "description": "Discover and download Lottie files used on a page", "homepage_url": "https:\/\/github.com\/jawish\/webextension-lottie-grabber", "short_name": "Lottie Grabber", "permissions": [ "tabs", "storage", "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "minimum_chrome_version": "49", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "default_title": "Lottie Grabber", "chrome_style": false }, "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": true } } |