360 Degree Extension
Plays 360 Degree Videos
Apa itu 360 Degree Extension?
360 Degree Extension adalah ekstensi Chrome yang dikembangkan oleh hl, dan fitur utamanya adalah "Plays 360 Degree Videos".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 360 Degree Extension
Unduh file ekstensi 360 Degree Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | 360 Degree Extension |
ID | ciomikhpohnecdfdpiakhjbmfbmjpmkf |
URL Resmi | https://chromewebstore.google.com/detail/360-degree-extension/ciomikhpohnecdfdpiakhjbmfbmjpmkf |
Deskripsi | Plays 360 Degree Videos |
Ukuran File | 819 KB |
Jumlah Instalasi | 4,979 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-08-31 |
Tanggal Publikasi | 2017-08-31 |
Penilaian | 3.36/5 Total 14 Penilaian |
Pengembang | hl |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |