SimplyPrint

Send files directly to SimplyPrint

SimplyPrint là gì?

SimplyPrint là một tiện ích mở rộng Chrome được phát triển bởi simplyprint3d, và tính năng chính của nó là "Send files directly to SimplyPrint".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Instantly 3D print or slice files from Thingiverse and Printables - anywhere, anytime, from any device, wirelessly.

This extension adds a "Send to SimplyPrint" button to the 3D model sharing sites, Thingiverse and Printables, allowing you to, with 1 click, send a given file to the SimplyPrint Cloud platform, where you can print the file, slice or save it, or add it to your print queue!

Features;
- Adds a "Send to SimplyPrint" button to; Thingiverse & Printables 3D models
- Adds a SimplyPrint icon in your browser toolbar, which on-click takes you to the web-panel (can be removed)                    

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

Tên SimplyPrint SimplyPrint
ID ajimllenbipapigpfnncfenedhenkpfb
URL Chính Thức https://chromewebstore.google.com/detail/simplyprint/ajimllenbipapigpfnncfenedhenkpfb
Mô tả Send files directly to SimplyPrint
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-10-06
Ngày Phát Hành 2023-08-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển simplyprint3d
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://simplyprint.io/
URL Trang Trợ Giúp https://simplyprint.io/contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SimplyPrint",
    "description": "Send files directly to SimplyPrint",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.thingiverse.com\/thing:*"
            ],
            "js": [
                "content_scripts\/thingiverse.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.printables.com\/*"
            ],
            "js": [
                "content_scripts\/printables.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_black.svg"
            ],
            "matches": [
                "https:\/\/*.printables.com\/*",
                "https:\/\/www.thingiverse.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "version": "1.3"
}