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.”。

擴展截圖

screenshot

下載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!                    

擴展基本資訊

名稱 HoloPlayer for Facebook HoloPlayer for Facebook
ID elmhamdkjmleopdpjjmoccmiepjeghio
官方網址 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"
            ]
        }
    ]
}