ThingiZIP

A browser extension to easily download files from Thingiverse™

ThingiZIPとは何ですか?

ThingiZIPはtzougによって開発されたChromeの拡張機能で、その主な機能は「A browser extension to easily download files from Thingiverse™」です。

拡張機能のスクリーンショット

screenshot
screenshot

ThingiZIP拡張機能のCRXファイルをダウンロード

ThingiZIP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ThingiZIP is a web browser extension that makes it easy to download images and files from Thingiverse™. This extension creates an interactive popup in the toolbar of your browser.

When you click on the extension on a valid Thingiverse™ page, you will presented with all the information related to the Thingiverse™ page.

There are two download options.
- Download Files: Only downloads the files
- Download All: downloads (images, files and details.txt file)

In addition to be able to download relevant files, you can also view the history of Thingiverse™ pages you visited.
Note: The information will only be added to the recents page if you clicked on the extension. If you go to multiple pages without opening the extension popup, it will not be added to the recents.

If you have any questions or concerns, please visit the repository on Github.                    

拡張機能の基本情報

名前 ThingiZIP ThingiZIP
ID maonfmeilcpjfdipacfehiidjngcoama
公式URL https://chromewebstore.google.com/detail/thingizip/maonfmeilcpjfdipacfehiidjngcoama
説明 A browser extension to easily download files from Thingiverse™
ファイルサイズ 62.95 KB
インストール数 1,409
現在のバージョン 3.3
最終更新日 2023-09-05
公開日 2022-02-01
評価 4.83/5 合計 6 レビュー
開発者 tzoug
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/tzoug/ThingiZIP
ヘルプページのURL https://github.com/tzoug/ThingiZIP
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThingiZIP",
    "description": "A browser extension to easily download files from Thingiverse\u2122",
    "version": "3.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "ThingiZIP.png"
    },
    "content_scripts": [
        {
            "js": [],
            "matches": [
                "https:\/\/www.thingiverse.com\/thing:*"
            ],
            "css": [
                ".\/src\/dummy.css"
            ]
        }
    ]
}