Thingiverse Download All Button
This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
Cos'è Thingiverse Download All Button?
Thingiverse Download All Button è un'estensione di Chrome sviluppata da Coolshrimp Modz, e la sua funzione principale è "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Thingiverse Download All Button
Scarica i file di estensione Thingiverse Download All Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Recently Thingiverse removed the download all button, and you now have to downloads all files individually. You can now put a button back on the site and download a single .zip with all files again.
Informazioni di Base sull'Estensione
Nome | Thingiverse Download All Button |
ID | bjllehomeeidigmbhgcgndgabgdccmhn |
URL Ufficiale | https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn |
Descrizione | This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz |
Dimensione del File | 39.4 KB |
Conteggio Installazioni | 684 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-02-23 |
Data di Pubblicazione | 2022-02-23 |
Valutazione | 4.00/5 Totale 6 Valutazioni |
Sviluppatore | Coolshrimp Modz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://coolshrimpmodz.com |
URL della Pagina di Aiuto | http://coolshrimpmodz.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Thingiverse Download All Button", "short_name": "Thingiverse Download All Button", "icons": { "48": "zip-48.png", "128": "zip-128.png" }, "description": "This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*.thingiverse.com\/thing*" ], "js": [ "jquery-2.1.0.min.js", "script.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/images\/*" ], "matches": [ " |