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
公式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
Eメール [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"
    }
}