Thingiverse Downloader

A plugin to quickly download files from thingiverse model!

¿Qué es Thingiverse Downloader?

Thingiverse Downloader es una extensión de Chrome desarrollada por Jacopopsen, y su función principal es "A plugin to quickly download files from thingiverse model!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Thingiverse Downloader

Descarga archivos de extensión Thingiverse Downloader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Thingiverse Downloader Thingiverse Downloader
ID mpmklfbblgmiommffbhfphgmmcokddpf
URL Oficial https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf
Descripción A plugin to quickly download files from thingiverse model!
Tamaño del Archivo 20.06 KB
Cantidad de Instalaciones 1,003
Versión Actual 0.0.1
Última Actualización 2022-02-23
Fecha de Publicación 2022-02-23
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Jacopopsen
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}