Print the Thing

Quickly and easily print 3D models from Thingiverse via Print a Thing with the click of a button.

Print the Thing là gì?

Print the Thing là một tiện ích mở rộng Chrome được phát triển bởi http://printathing.com, và tính năng chính của nó là "Quickly and easily print 3D models from Thingiverse via Print a Thing with the click of a button.".

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

screenshot

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

Tải xuống các tệp mở rộng Print the Thing 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

                        This unobtrusive extension simply adds a Print the Thing button right into the most common 3D marketplace website: Thingiverse. You can go from browsing to printing 3D models at printathing.com in just a click!                    

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

Tên Print the Thing Print the Thing
ID jlimbpmgnncifjajjbahffioianancbd
URL Chính Thức https://chrome.google.com/webstore/detail/print-the-thing/jlimbpmgnncifjajjbahffioianancbd
Mô tả Quickly and easily print 3D models from Thingiverse via Print a Thing with the click of a button.
Kích Thước Tệp 26.4 KB
Số Lần Cài Đặt 212
Phiên Bản Hiện Tại 1.0.1.4
Cập Nhật Lần Cuối 2020-05-27
Ngày Phát Hành 2020-05-27
Nhà Phát Triển http://printathing.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://printathing.com/print-the-thing/
URL Trang Trợ Giúp https://printathing.com/about/contact/
URL Trang Chính Sách Bảo Mật https://printathing.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Print the Thing",
    "short_name": "Print a Thing",
    "description": "Quickly and easily print 3D models from Thingiverse via Print a Thing with the click of a button.",
    "version": "1.0.1.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.thingiverse.com\/thing:*"
            ],
            "js": [
                "thingiverse.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/printathing.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/www.thingiverse.com\/"
    ]
}