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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |