360 Degree Extension
Plays 360 Degree Videos
360 Degree Extensionคืออะไร?
360 Degree Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hl และคุณลักษณะหลักของมันคือ "Plays 360 Degree Videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 360 Degree Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |