Space Station Finder
Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
Space Station Finder là gì?
Space Station Finder là một tiện ích mở rộng Chrome được phát triển bởi http://spacestationfinder.com, và tính năng chính của nó là "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Space Station Finder
Tải xuống các tệp mở rộng Space Station Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hfifjgkmicahgdbppkncdameccmnbcio |
URL Chính Thức | https://chrome.google.com/webstore/detail/space-station-finder/hfifjgkmicahgdbppkncdameccmnbcio |
Mô tả | Get the next Space Station viewing time for your location, and clear visualization & sighting instructions. |
Kích Thước Tệp | 170 KB |
Số Lần Cài Đặt | 166 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2020-11-19 |
Ngày Phát Hành | 2019-05-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://spacestationfinder.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://spacestationfinder.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |