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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | hfifjgkmicahgdbppkncdameccmnbcio |
官方網址 | 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 |
電子郵箱 | [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" ] } |