HoloPlayer for Facebook
This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.
什么是HoloPlayer for Facebook?
HoloPlayer for Facebook是由HoloBuilder.com开发的Chrome扩展程序,该扩展的主要功能是“This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.”。
扩展截图
下载HoloPlayer for Facebook扩展crx文件
下载HoloPlayer for Facebook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension, you can dive into virtual 360° tours that were created with HoloBuilder.com directly on Facebook. Simply post the link to a HoloBuilder presentation and HoloPlayer for Facebook will automatically create an embedded virtual tour from it. Visit https://www.holobuilder.com/ for more information! 扩展基本信息
| 名称 | |
| ID | elmhamdkjmleopdpjjmoccmiepjeghio |
| 官方URL | https://chromewebstore.google.com/detail/holoplayer-for-facebook/elmhamdkjmleopdpjjmoccmiepjeghio |
| 简介 | This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook. |
| 文件大小 | 1 MB |
| 安装次数 | 49 |
| 当前版本 | 1.1 |
| 更新时间 | 2015-05-07 |
| 上架时间 | 2015-05-07 |
| 评分 | 3.88/5 共8次评分 |
| 开发者 | HoloBuilder.com |
| 付费类型 | free |
| 扩展官网 | https://www.holobuilder.com |
| 帮助页面URL | https://twitter.com/holobuilder |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "HoloBuilder.com",
"name": "HoloPlayer for Facebook",
"short_name": "HoloPlayer4FB",
"description": "This extension automatically translates HoloBuilder.com links into embedded 3D presentations on Facebook.",
"version": "1.1",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"js": [
"jquery.js",
"holobuilderify.js"
]
}
]
} | |