Thingiverse Downloader
A plugin to quickly download files from thingiverse model!
Thingiverse Downloader là gì?
Thingiverse Downloader là một tiện ích mở rộng Chrome được phát triển bởi Jacopopsen, và tính năng chính của nó là "A plugin to quickly download files from thingiverse model!".
Ả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 Thingiverse Downloader
Tải xuống các tệp mở rộng Thingiverse 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
This is a simple extension to help with downloading ZIP-files from thingiverse once again! The extension adds a download button under the extension tab, which ones pressed will download the ZIP containing the images, files and information from the model page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Thingiverse Downloader |
ID | mpmklfbblgmiommffbhfphgmmcokddpf |
URL Chính Thức | https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf |
Mô tả | A plugin to quickly download files from thingiverse model! |
Kích Thước Tệp | 20.06 KB |
Số Lần Cài Đặt | 1,003 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2022-02-23 |
Ngày Phát Hành | 2022-02-23 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Jacopopsen |
[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": "Thingiverse Downloader", "description": "A plugin to quickly download files from thingiverse model!", "version": "0.0.1", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ThingiverseDownloader16.png", "32": "\/images\/ThingiverseDownloader32.png", "64": "\/images\/ThingiverseDownloader64.png", "128": "\/images\/ThingiverseDownloader128.png" } }, "icons": { "16": "\/images\/ThingiverseDownloader16.png", "32": "\/images\/ThingiverseDownloader32.png", "64": "\/images\/ThingiverseDownloader64.png", "128": "\/images\/ThingiverseDownloader128.png" } } |