Print the Thing

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

Apa itu Print the Thing?

Print the Thing adalah ekstensi Chrome yang dikembangkan oleh http://printathing.com, dan fitur utamanya adalah "Quickly and easily print 3D models from Thingiverse via Print a Thing with the click of a button.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Print the Thing

Unduh file ekstensi Print the Thing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Print the Thing Print the Thing
ID jlimbpmgnncifjajjbahffioianancbd
URL Resmi https://chrome.google.com/webstore/detail/print-the-thing/jlimbpmgnncifjajjbahffioianancbd
Deskripsi Quickly and easily print 3D models from Thingiverse via Print a Thing with the click of a button.
Ukuran File 26.4 KB
Jumlah Instalasi 212
Versi Saat Ini 1.0.1.4
Terakhir Diperbarui 2020-05-27
Tanggal Publikasi 2020-05-27
Pengembang http://printathing.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://printathing.com/print-the-thing/
URL Halaman Bantuan https://printathing.com/about/contact/
URL Halaman Kebijakan Privasi https://printathing.com/privacy.html
Bahasa yang Didukung 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\/"
    ]
}