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 |
电子邮箱 | [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" ] } |