Space Station Finder
Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
Space Station Finderคืออะไร?
Space Station Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://spacestationfinder.com และคุณลักษณะหลักของมันคือ "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Space Station Finder
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |