JSON downloader
Select and right click the JSON of a Lottie animation online and download!
Qu'est-ce que JSON downloader ?
JSON downloader est une extension Chrome développée par Unknown, et sa fonction principale est "Select and right click the JSON of a Lottie animation online and download!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JSON downloader
Téléchargez les fichiers d'extension JSON downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Select text, right click and download selected text as a JSON file. Used for easily downloading Lottie animations (which are in JSON format).
Informations de Base sur l'Extension
Nom | JSON downloader |
ID | jbfdnmiljibiadikgcigcgcfdeehphmi |
URL Officiel | https://chromewebstore.google.com/detail/json-downloader/jbfdnmiljibiadikgcigcgcfdeehphmi |
Description | Select and right click the JSON of a Lottie animation online and download! |
Taille du Fichier | 8.17 KB |
Nombre d'Installations | 2,196 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-11-18 |
Date de Publication | 2021-11-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |