ThingiZIP

A browser extension to easily download files from Thingiverse™

什么是ThingiZIP?

ThingiZIP是由tzoug开发的Chrome扩展程序,该扩展的主要功能是“A browser extension to easily download files from Thingiverse™”。

扩展截图

screenshot
screenshot

下载ThingiZIP扩展crx文件

下载ThingiZIP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ThingiZIP ThingiZIP
ID maonfmeilcpjfdipacfehiidjngcoama
官方URL https://chromewebstore.google.com/detail/thingizip/maonfmeilcpjfdipacfehiidjngcoama
简介 A browser extension to easily download files from Thingiverse™
文件大小 62.95 KB
安装次数 1,409
当前版本 3.3
更新时间 2023-09-05
上架时间 2022-02-01
评分 4.83/5 共6次评分
开发者 tzoug
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/tzoug/ThingiZIP
帮助页面URL https://github.com/tzoug/ThingiZIP
支持的语言 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"
            ]
        }
    ]
}