JSON downloader
Select and right click the JSON of a Lottie animation online and download!
什么是JSON downloader?
JSON downloader是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Select and right click the JSON of a Lottie animation online and download!”。
扩展截图
下载JSON downloader扩展crx文件
下载JSON downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Select text, right click and download selected text as a JSON file. Used for easily downloading Lottie animations (which are in JSON format). 扩展基本信息
| 名称 | |
| ID | jbfdnmiljibiadikgcigcgcfdeehphmi |
| 官方URL | https://chromewebstore.google.com/detail/json-downloader/jbfdnmiljibiadikgcigcgcfdeehphmi |
| 简介 | Select and right click the JSON of a Lottie animation online and download! |
| 文件大小 | 8.17 KB |
| 安装次数 | 2,196 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-11-18 |
| 上架时间 | 2021-11-18 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Unknown |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |