Thingiverse Downloader
A plugin to quickly download files from thingiverse model!
Vad är Thingiverse Downloader?
Thingiverse Downloader är en Chrome-tillägg utvecklad av Jacopopsen, och dess huvudfunktion är "A plugin to quickly download files from thingiverse model!".
Tilläggsskärmbilder
Ladda ner Thingiverse Downloader-förlängningens CRX-fil
Ladda ner Thingiverse Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Thingiverse Downloader |
ID | mpmklfbblgmiommffbhfphgmmcokddpf |
Officiell webbadress | https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf |
Beskrivning | A plugin to quickly download files from thingiverse model! |
Filstorlek | 20.06 KB |
Antal Installationer | 1,003 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2022-02-23 |
Publiceringsdatum | 2022-02-23 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Jacopopsen |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |