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 |
| 官方網址 | 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"
}
} | |