ThingiZIP

A browser extension to easily download files from Thingiverse™

O que é ThingiZIP?

ThingiZIP é uma extensão do Chrome desenvolvida por tzoug, e sua principal característica é "A browser extension to easily download files from Thingiverse™".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ThingiZIP

Baixe arquivos de extensão ThingiZIP 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

                        ThingiZIP is a web browser extension that makes it easy to download images and files from Thingiverse™. This extension creates an interactive popup in the toolbar of your browser.

When you click on the extension on a valid Thingiverse™ page, you will presented with all the information related to the Thingiverse™ page.

There are two download options.
- Download Files: Only downloads the files
- Download All: downloads (images, files and details.txt file)

In addition to be able to download relevant files, you can also view the history of Thingiverse™ pages you visited.
Note: The information will only be added to the recents page if you clicked on the extension. If you go to multiple pages without opening the extension popup, it will not be added to the recents.

If you have any questions or concerns, please visit the repository on Github.                    

Informações Básicas da Extensão

Nome ThingiZIP ThingiZIP
ID maonfmeilcpjfdipacfehiidjngcoama
URL Oficial https://chromewebstore.google.com/detail/thingizip/maonfmeilcpjfdipacfehiidjngcoama
Descrição A browser extension to easily download files from Thingiverse™
Tamanho do Arquivo 62.95 KB
Contagem de Instalações 1,409
Versão Atual 3.3
Última Atualização 2023-09-05
Data de Publicação 2022-02-01
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor tzoug
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/tzoug/ThingiZIP
URL da Página de Ajuda https://github.com/tzoug/ThingiZIP
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThingiZIP",
    "description": "A browser extension to easily download files from Thingiverse\u2122",
    "version": "3.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "ThingiZIP.png"
    },
    "content_scripts": [
        {
            "js": [],
            "matches": [
                "https:\/\/www.thingiverse.com\/thing:*"
            ],
            "css": [
                ".\/src\/dummy.css"
            ]
        }
    ]
}