JSON downloader
Select and right click the JSON of a Lottie animation online and download!
Wat is JSON downloader?
JSON downloader is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Select and right click the JSON of a Lottie animation online and download!".
Extensie Screenshots
Download het CRX-bestand van de extensie JSON downloader
Download JSON downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Select text, right click and download selected text as a JSON file. Used for easily downloading Lottie animations (which are in JSON format). Basisinformatie over de Extensie
| Naam | |
| ID | jbfdnmiljibiadikgcigcgcfdeehphmi |
| Officiële URL | https://chromewebstore.google.com/detail/json-downloader/jbfdnmiljibiadikgcigcgcfdeehphmi |
| Beschrijving | Select and right click the JSON of a Lottie animation online and download! |
| Bestandsgrootte | 8.17 KB |
| Aantal Installaties | 2,196 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-11-18 |
| Publicatiedatum | 2021-11-18 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Unknown |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |