Eyes Above
Realtime data about satellites overhead.
Eyes Above란 무엇입니까?
Eyes Above은(는) eyesaboveapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Realtime data about satellites overhead."입니다.
확장 프로그램 스크린샷
Eyes Above 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | goeipoopgdbebjoikkjihfjahogjbnda |
공식 URL | https://chrome.google.com/webstore/detail/eyes-above/goeipoopgdbebjoikkjihfjahogjbnda |
설명 | Realtime data about satellites overhead. |
파일 크기 | 3.13 MB |
설치 횟수 | 11 |
현재 버전 | 0.0.0.2 |
최근 업데이트 | 2019-06-05 |
출시 날짜 | 2019-06-05 |
개발자 | eyesaboveapp |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/PleatherStarfish/Eyes_Above |
지원되는 언어 | 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" } } |