Space Station Finder

Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.

Space Station Finderとは何ですか?

Space Station Finderはhttp://spacestationfinder.comによって開発されたChromeの拡張機能で、その主な機能は「Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.」です。

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

screenshot
screenshot
screenshot

Space Station Finder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enter a city or zipcode to get the next Space Station viewing opportunity.  A detailed visualization with viewing instructions will be displayed, as well as future viewing opportunities.                    

拡張機能の基本情報

名前 Space Station Finder Space Station Finder
ID hfifjgkmicahgdbppkncdameccmnbcio
公式URL https://chrome.google.com/webstore/detail/space-station-finder/hfifjgkmicahgdbppkncdameccmnbcio
説明 Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
ファイルサイズ 170 KB
インストール数 166
現在のバージョン 1.4
最終更新日 2020-11-19
公開日 2019-05-04
評価 5.00/5 合計 1 レビュー
開発者 http://spacestationfinder.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://spacestationfinder.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Space Station Finder",
    "description": "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.",
    "version": "1.4",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Get Space Station viewing and sighting information"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}