ISS Update
Get the current location and crew of the Internation Space Station
ISS Update là gì?
ISS Update là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Get the current location and crew of the Internation Space Station".
Ả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 ISS Update
Tải xuống các tệp mở rộng ISS Update 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
ISS Update is a basic chrome extension that tracks the current position and crew of the International Space Station. Information presented to the user: Map of current location Latitude and Longitude City/Country/Region the station is currently above (when applicable) Current crew member names
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
URL Chính Thức | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Mô tả | Get the current location and crew of the Internation Space Station |
Kích Thước Tệp | 1.84 MB |
Số Lần Cài Đặt | 95 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-09-08 |
Ngày Phát Hành | 2018-09-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ISS Update", "description": "Get the current location and crew of the Internation Space Station", "version": "1.0", "author": "Cameron Church", "manifest_version": 2, "browser_action": { "default_icon": "images\/stationLogo64.png", "default_title": "ISS Update", "default_popup": "popup.html" }, "icons": { "64": "images\/stationLogo64.png" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'" } |