JSON downloader
Select and right click the JSON of a Lottie animation online and download!
Hvad er JSON downloader?
JSON downloader er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Select and right click the JSON of a Lottie animation online and download!".
Udvidelsesskærmbilleder
Download JSON downloader-udvidelses-CRX-fil
Download JSON downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Select text, right click and download selected text as a JSON file. Used for easily downloading Lottie animations (which are in JSON format). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jbfdnmiljibiadikgcigcgcfdeehphmi |
| Officiel URL | https://chromewebstore.google.com/detail/json-downloader/jbfdnmiljibiadikgcigcgcfdeehphmi |
| Beskrivelse | Select and right click the JSON of a Lottie animation online and download! |
| Filstørrelse | 8.17 KB |
| Antal Installationer | 2,196 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2021-11-18 |
| Udgivelsesdato | 2021-11-18 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Unknown |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |