ThingiZIP

A browser extension to easily download files from Thingiverse™

Qu'est-ce que ThingiZIP ?

ThingiZIP est une extension Chrome développée par tzoug, et sa fonction principale est "A browser extension to easily download files from Thingiverse™".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ThingiZIP

Téléchargez les fichiers d'extension ThingiZIP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ThingiZIP ThingiZIP
ID maonfmeilcpjfdipacfehiidjngcoama
URL Officiel https://chromewebstore.google.com/detail/thingizip/maonfmeilcpjfdipacfehiidjngcoama
Description A browser extension to easily download files from Thingiverse™
Taille du Fichier 62.95 KB
Nombre d'Installations 1,409
Version Actuelle 3.3
Dernière Mise à Jour 2023-09-05
Date de Publication 2022-02-01
Évaluation 4.83/5 Total 6 Évaluations
Développeur tzoug
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tzoug/ThingiZIP
URL de la Page d'Aide https://github.com/tzoug/ThingiZIP
Langues Prises en Charge 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"
            ]
        }
    ]
}