Eyes Above
Realtime data about satellites overhead.
Eyes Above क्या है?
Eyes Above eyesaboveapp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Realtime data about satellites overhead."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Eyes Above एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |