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"
]
}
]
} | |