Lottie Grabber
Discover and download Lottie files used on a page
Co je Lottie Grabber?
Lottie Grabber je rozšíření Chrome vyvinuté jawish, a jeho hlavní funkcí je „Discover and download Lottie files used on a page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lottie Grabber
Stáhněte si soubory rozšíření Lottie Grabber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | picecooepnneofbeikgdaiebdlcenafn |
Oficiální URL | https://chrome.google.com/webstore/detail/lottie-grabber/picecooepnneofbeikgdaiebdlcenafn |
Popis | Discover and download Lottie files used on a page |
Velikost souboru | 185 KB |
Počet instalací | 3,659 |
Aktuální Verze | 3.0.0 |
Poslední Aktualizace | 2020-07-16 |
Datum Vydání | 2020-07-16 |
Hodnocení | 2.50/5 Celkem 8 Hodnocení |
Vývojář | jawish |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/jawish/webextension-lottie-grabber |
URL Stránky Nápovědy | https://github.com/jawish/webextension-lottie-grabber/issues |
Podporované Jazyky | 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 } } |