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 |
官方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 |
电子邮箱 | [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" ] } |