360 Degree Extension
Plays 360 Degree Videos
什么是360 Degree Extension?
360 Degree Extension是由hl开发的Chrome扩展程序,该扩展的主要功能是“Plays 360 Degree Videos”。
扩展截图
下载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 |
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" } } |