Thingiverse Downloader

A plugin to quickly download files from thingiverse model!

Co je Thingiverse Downloader?

Thingiverse Downloader je rozšíření Chrome vyvinuté Jacopopsen, a jeho hlavní funkcí je „A plugin to quickly download files from thingiverse model!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Thingiverse Downloader

Stáhněte si soubory rozšíření Thingiverse Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Thingiverse Downloader Thingiverse Downloader
ID mpmklfbblgmiommffbhfphgmmcokddpf
Oficiální URL https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf
Popis A plugin to quickly download files from thingiverse model!
Velikost souboru 20.06 KB
Počet instalací 1,003
Aktuální Verze 0.0.1
Poslední Aktualizace 2022-02-23
Datum Vydání 2022-02-23
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Jacopopsen
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}