Thingiverse Downloader

A plugin to quickly download files from thingiverse model!

Wat is Thingiverse Downloader?

Thingiverse Downloader is een Chrome-extensie ontwikkeld door Jacopopsen, en de belangrijkste functie is "A plugin to quickly download files from thingiverse model!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Thingiverse Downloader

Download Thingiverse Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Thingiverse Downloader Thingiverse Downloader
ID mpmklfbblgmiommffbhfphgmmcokddpf
Officiële URL https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf
Beschrijving A plugin to quickly download files from thingiverse model!
Bestandsgrootte 20.06 KB
Aantal Installaties 1,003
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-02-23
Publicatiedatum 2022-02-23
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Jacopopsen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}