Thingiverse Downloader
A plugin to quickly download files from thingiverse model!
Qu'est-ce que Thingiverse Downloader ?
Thingiverse Downloader est une extension Chrome développée par Jacopopsen, et sa fonction principale est "A plugin to quickly download files from thingiverse model!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Thingiverse Downloader
Téléchargez les fichiers d'extension Thingiverse Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Thingiverse Downloader |
ID | mpmklfbblgmiommffbhfphgmmcokddpf |
URL Officiel | https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf |
Description | A plugin to quickly download files from thingiverse model! |
Taille du Fichier | 20.06 KB |
Nombre d'Installations | 1,003 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-02-23 |
Date de Publication | 2022-02-23 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Jacopopsen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |