D-Day with APOD
This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.
ما هو D-Day with APOD؟
D-Day with APOD هو إضافة Chrome تم تطويرها بواسطة https://meinside.dev، والميزة الرئيسية لها هي "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة D-Day with APOD
قم بتنزيل ملفات الامتداد D-Day with APOD بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Whenever you open a new tab, you'll see your d-day with nice background images from NASA's APOD(https://apod.nasa.gov/apod/astropix.html).
معلومات أساسية عن التمديد
الاسم | D-Day with APOD |
ID | chcbloiikmmeocihooagfegcoikgkjdn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/d-day-with-apod/chcbloiikmmeocihooagfegcoikgkjdn |
الوصف | This extension displays d-day with a background image fetched from NASA whenever a new tab is opened. |
حجم الملف | 193 KB |
عدد التثبيتات | 187 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2021-06-09 |
تاريخ النشر | 2017-07-06 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://meinside.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/meinside/chromeextension-d-day-with-apod |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "D-Day with APOD", "version": "0.2.0", "manifest_version": 3, "description": "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.", "homepage_url": "https:\/\/meinside.dev", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/options_custom\/index.html", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/api.data.gov\/nasa\/planetary\/*" ] } |