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
Eメール [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": [
                ""
            ]
        }
    ]
}