Thingiverse Downloader
A plugin to quickly download files from thingiverse model!
什么是Thingiverse Downloader?
Thingiverse Downloader是由Jacopopsen开发的Chrome扩展程序,该扩展的主要功能是“A plugin to quickly download files from thingiverse model!”。
扩展截图
下载Thingiverse Downloader扩展crx文件
下载Thingiverse Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |  | 
| ID | mpmklfbblgmiommffbhfphgmmcokddpf | 
| 官方URL | https://chromewebstore.google.com/detail/thingiverse-downloader/mpmklfbblgmiommffbhfphgmmcokddpf | 
| 简介 | A plugin to quickly download files from thingiverse model! | 
| 文件大小 | 20.06 KB | 
| 安装次数 | 1,003 | 
| 当前版本 | 0.0.1 | 
| 更新时间 | 2022-02-23 | 
| 上架时间 | 2022-02-23 | 
| 评分 | 5.00/5 共4次评分 | 
| 开发者 | Jacopopsen | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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"
    }
} | |