360 Degree Extension

Plays 360 Degree Videos

360 Degree Extensionとは何ですか?

360 Degree Extensionはhlによって開発されたChromeの拡張機能で、その主な機能は「Plays 360 Degree Videos」です。

拡張機能のスクリーンショット

screenshot

360 Degree Extension拡張機能のCRXファイルをダウンロード

360 Degree Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        I was (unsuccessfully) looking for a lightweight 360 Player that works on different operating systems (Linux, MacOS, MS Windows) to play my own collection of 360 Degree videos (from my action cam). Therefore I wrote this add-on which allows you to watch your local video file interactively within your Browser.

How to use it: Click the 360 Toolbar addon button --> Select 360/panorama video --> Enjoy watching the video interactively with your cursor                    

拡張機能の基本情報

名前 360 Degree Extension 360 Degree Extension
ID ciomikhpohnecdfdpiakhjbmfbmjpmkf
公式URL https://chromewebstore.google.com/detail/360-degree-extension/ciomikhpohnecdfdpiakhjbmfbmjpmkf
説明 Plays 360 Degree Videos
ファイルサイズ 819 KB
インストール数 4,979
現在のバージョン 1.1
最終更新日 2017-08-31
公開日 2017-08-31
評価 3.36/5 合計 14 レビュー
開発者 hl
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "360 Degree Extension",
    "author": "regloh",
    "version": "1.1",
    "description": "Plays 360 Degree Videos",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mozilla.org\/*"
            ],
            "js": [
                "360DegreeExtension.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    }
}