JSON downloader
Select and right click the JSON of a Lottie animation online and download!
JSON downloader là gì?
JSON downloader là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Select and right click the JSON of a Lottie animation online and download!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JSON downloader
Tải xuống các tệp mở rộng JSON downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Select text, right click and download selected text as a JSON file. Used for easily downloading Lottie animations (which are in JSON format).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JSON downloader |
ID | jbfdnmiljibiadikgcigcgcfdeehphmi |
URL Chính Thức | https://chromewebstore.google.com/detail/json-downloader/jbfdnmiljibiadikgcigcgcfdeehphmi |
Mô tả | Select and right click the JSON of a Lottie animation online and download! |
Kích Thước Tệp | 8.17 KB |
Số Lần Cài Đặt | 2,196 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-11-18 |
Ngày Phát Hành | 2021-11-18 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |