Thingiverse Downloader

A plugin to quickly download files from thingiverse model!

O que é Thingiverse Downloader?

Thingiverse Downloader é uma extensão do Chrome desenvolvida por Jacopopsen, e sua principal característica é "A plugin to quickly download files from thingiverse model!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Thingiverse Downloader

Baixe arquivos de extensão Thingiverse Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Thingiverse Downloader Thingiverse Downloader
ID mpmklfbblgmiommffbhfphgmmcokddpf
URL Oficial https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf
Descrição A plugin to quickly download files from thingiverse model!
Tamanho do Arquivo 20.06 KB
Contagem de Instalações 1,003
Versão Atual 0.0.1
Última Atualização 2022-02-23
Data de Publicação 2022-02-23
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Jacopopsen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}