ISS Update

Get the current location and crew of the Internation Space Station

ISS Updateคืออะไร?

ISS Update เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Get the current location and crew of the Internation Space Station"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ISS Update

ดาวน์โหลดไฟล์ส่วนขยาย ISS Update ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ISS Update ISS Update
ID ocbohcmfoegfkbijjdbjenbkpmhdfomm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm
คำอธิบาย Get the current location and crew of the Internation Space Station
ขนาดไฟล์ 1.84 MB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-09-08
วันที่เผยแพร่ 2018-09-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}