Hexa - 3D shopping
Create, manage and distribute 3D content on high scale
Hexa - 3D shoppingとは何ですか?
Hexa - 3D shoppingはHexa 3Dによって開発されたChromeの拡張機能で、その主な機能は「Create, manage and distribute 3D content on high scale」です。
拡張機能のスクリーンショット
Hexa - 3D shopping拡張機能のCRXファイルをダウンロード
Hexa - 3D shopping拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this extension to view 3D models in your e-commerce site.
拡張機能の基本情報
名前 | Hexa - 3D shopping |
ID | ooaaojhjchankpaighnalofdhcnlfnoi |
公式URL | https://chromewebstore.google.com/detail/hexa-3d-shopping/ooaaojhjchankpaighnalofdhcnlfnoi |
説明 | Create, manage and distribute 3D content on high scale |
ファイルサイズ | 99.3 KB |
インストール数 | 113 |
現在のバージョン | 1.3.4 |
最終更新日 | 2022-12-14 |
公開日 | 2019-12-06 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Hexa 3D |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.hexa3d.io/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hexa - 3D shopping", "short_name": "hexa3d", "version": "1.3.4", "description": "Create, manage and distribute 3D content on high scale", "manifest_version": 2, "background": { "page": "background.html" }, "icons": { "16": "logo_hexa_16.png", "48": "logo_hexa_48.png" }, "browser_action": { "default_icon": { "19": "logo_hexa_19.png", "38": "logo_hexa_38.png" }, "default_title": "Hexa 3D", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "hexa.user.js" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webRequest", "webRequestBlocking" ] } |