Eyes Above

Realtime data about satellites overhead.

Eyes Aboveとは何ですか?

Eyes Aboveはeyesaboveappによって開発されたChromeの拡張機能で、その主な機能は「Realtime data about satellites overhead.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Eyes Above拡張機能のCRXファイルをダウンロード

Eyes Above拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Eyes Above Eyes Above
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"
    }
}