360 Degree Extension

Plays 360 Degree Videos

360 Degree Extension là gì?

360 Degree Extension là một tiện ích mở rộng Chrome được phát triển bởi hl, và tính năng chính của nó là "Plays 360 Degree Videos".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 360 Degree Extension

Tải xuống các tệp mở rộng 360 Degree Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 360 Degree Extension 360 Degree Extension
ID ciomikhpohnecdfdpiakhjbmfbmjpmkf
URL Chính Thức https://chromewebstore.google.com/detail/360-degree-extension/ciomikhpohnecdfdpiakhjbmfbmjpmkf
Mô tả Plays 360 Degree Videos
Kích Thước Tệp 819 KB
Số Lần Cài Đặt 4,979
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-08-31
Ngày Phát Hành 2017-08-31
Đánh Giá 3.36/5 Tổng số 14 Đánh Giá
Nhà Phát Triển hl
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}