Print the Thing

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

Print the Thingとは何ですか?

Print the Thingはhttp://printathing.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly and easily print 3D models from Thingiverse via Print a Thing with the click of a button.」です。

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

screenshot

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

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

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Print the Thing Print the Thing
ID jlimbpmgnncifjajjbahffioianancbd
公式URL https://chrome.google.com/webstore/detail/print-the-thing/jlimbpmgnncifjajjbahffioianancbd
説明 Quickly and easily print 3D models from Thingiverse via Print a Thing with the click of a button.
ファイルサイズ 26.4 KB
インストール数 212
現在のバージョン 1.0.1.4
最終更新日 2020-05-27
公開日 2020-05-27
開発者 http://printathing.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://printathing.com/print-the-thing/
ヘルプページのURL https://printathing.com/about/contact/
プライバシーポリシーページのURL https://printathing.com/privacy.html
対応言語 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\/"
    ]
}