360 Degree Extension
Plays 360 Degree Videos
360 Degree Extension란 무엇입니까?
360 Degree Extension은(는) hl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plays 360 Degree Videos"입니다.
확장 프로그램 스크린샷
360 Degree Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |