Thingiverse Download All Button

This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz

什么是Thingiverse Download All Button?

Thingiverse Download All Button是由Coolshrimp Modz开发的Chrome扩展程序,该扩展的主要功能是“This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz”。

扩展截图

screenshot

下载Thingiverse Download All Button扩展crx文件

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

扩展使用说明

                        Recently Thingiverse removed the download all button, and you now have to downloads all files individually.

You can now put a button back on the site and download a single .zip with all files again.                    

扩展基本信息

名称 Thingiverse Download All Button Thingiverse Download All Button
ID bjllehomeeidigmbhgcgndgabgdccmhn
官方URL https://chromewebstore.google.com/detail/thingiverse-download-all/bjllehomeeidigmbhgcgndgabgdccmhn
简介 This extension will put a button back on Thingiverse pages the download a .zip with all files. Created By: Coolshrimp Modz
文件大小 39.4 KB
安装次数 684
当前版本 1.0
更新时间 2022-02-23
上架时间 2022-02-23
评分 4.00/5 共6次评分
开发者 Coolshrimp Modz
电子邮箱 [email protected]
付费类型 free
扩展官网 http://coolshrimpmodz.com
帮助页面URL http://coolshrimpmodz.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thingiverse Download All Button",
    "short_name": "Thingiverse Download All Button",
    "icons": {
        "48": "zip-48.png",
        "128": "zip-128.png"
    },
    "description": "This extension will put a button back on Thingiverse pages the download a .zip with all files.  Created By: Coolshrimp Modz",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thingiverse.com\/thing*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}