Eyes Above
Realtime data about satellites overhead.
Eyes Above là gì?
Eyes Above là một tiện ích mở rộng Chrome được phát triển bởi eyesaboveapp, và tính năng chính của nó là "Realtime data about satellites overhead.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Eyes Above
Tải xuống các tệp mở rộng Eyes Above 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
Every day we live under an invisible swarm of robots operating at the very edge of earth’s atmosphere. Technology we use every day, such GPS, relies on satellites, but how much do you know about these "eyes above"? How many are there above you at any given time? What countries own and operate them? And what is their purpose and operational history? Download this Chrome browser extension to get real-time data about the satellites in a radius above your head at this very minute! The Eyes Above app also includes an experimental audio sonification of this data using FM (frequency modulation) synthesis and LFOs (low frequency oscillators) to provide an acoustic corollary to the data in real time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | goeipoopgdbebjoikkjihfjahogjbnda |
URL Chính Thức | https://chrome.google.com/webstore/detail/eyes-above/goeipoopgdbebjoikkjihfjahogjbnda |
Mô tả | Realtime data about satellites overhead. |
Kích Thước Tệp | 3.13 MB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2019-06-05 |
Ngày Phát Hành | 2019-06-05 |
Nhà Phát Triển | eyesaboveapp |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/PleatherStarfish/Eyes_Above |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "name": "Eyes Above", "description": "Realtime data about satellites overhead.", "version": "0.0.0.2", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "geolocation", "storage", "notifications" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |