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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ISS Update
قم بتنزيل ملفات الامتداد ISS Update بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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'" } |