Eyes Above
Realtime data about satellites overhead.
Was ist Eyes Above?
Eyes Above ist eine Chrome-Erweiterung, die von eyesaboveapp entwickelt wurde, und ihr Hauptmerkmal ist "Realtime data about satellites overhead.".
Erweiterungsscreenshots
Eyes Above-Erweiterungs-CRX-Datei herunterladen
Laden Sie Eyes Above-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | goeipoopgdbebjoikkjihfjahogjbnda |
Offizielle URL | https://chrome.google.com/webstore/detail/eyes-above/goeipoopgdbebjoikkjihfjahogjbnda |
Beschreibung | Realtime data about satellites overhead. |
Dateigröße | 3.13 MB |
Installationsanzahl | 11 |
Aktuelle Version | 0.0.0.2 |
Letztes Update | 2019-06-05 |
Veröffentlichungsdatum | 2019-06-05 |
Entwickler | eyesaboveapp |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/PleatherStarfish/Eyes_Above |
Unterstützte Sprachen | 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" } } |