ThingiZIP

A browser extension to easily download files from Thingiverse™

ThingiZIP là gì?

ThingiZIP là một tiện ích mở rộng Chrome được phát triển bởi tzoug, và tính năng chính của nó là "A browser extension to easily download files from Thingiverse™".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ThingiZIP

Tải xuống các tệp mở rộng ThingiZIP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ThingiZIP ThingiZIP
ID maonfmeilcpjfdipacfehiidjngcoama
URL Chính Thức https://chromewebstore.google.com/detail/thingizip/maonfmeilcpjfdipacfehiidjngcoama
Mô tả A browser extension to easily download files from Thingiverse™
Kích Thước Tệp 62.95 KB
Số Lần Cài Đặt 1,409
Phiên Bản Hiện Tại 3.3
Cập Nhật Lần Cuối 2023-09-05
Ngày Phát Hành 2022-02-01
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển tzoug
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tzoug/ThingiZIP
URL Trang Trợ Giúp https://github.com/tzoug/ThingiZIP
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}