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!”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Thingiverse Downloader Thingiverse Downloader
ID mpmklfbblgmiommffbhfphgmmcokddpf
官方網址 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"
    }
}