Thingiverse Downloader
A plugin to quickly download files from thingiverse model!
Thingiverse Downloaderคืออะไร?
Thingiverse Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jacopopsen และคุณลักษณะหลักของมันคือ "A plugin to quickly download files from thingiverse model!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thingiverse Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Thingiverse Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Thingiverse Downloader |
ID | mpmklfbblgmiommffbhfphgmmcokddpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf |
คำอธิบาย | A plugin to quickly download files from thingiverse model! |
ขนาดไฟล์ | 20.06 KB |
จำนวนการติดตั้ง | 1,003 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2022-02-23 |
วันที่เผยแพร่ | 2022-02-23 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Jacopopsen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |