NASA Astronomy Picture of the Day

An inspiring picture of our universe every day, replacing the New Tab in Chrome.

ما هو NASA Astronomy Picture of the Day؟

NASA Astronomy Picture of the Day هو إضافة Chrome تم تطويرها بواسطة Rhys Mills، والميزة الرئيسية لها هي "An inspiring picture of our universe every day, replacing the New Tab in Chrome.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NASA Astronomy Picture of the Day

قم بتنزيل ملفات الامتداد NASA Astronomy Picture of the Day بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Replace chrome's New Tab with a gallery of inspiring images from NASA's "Astronomy Picture of the Day".

This is an unofficial project which uses NASA's APOD API.

This extension is open source; all code can be seen here:
https://github.com/rhystmills/nasa-apod-extension                    

معلومات أساسية عن التمديد

الاسم NASA Astronomy Picture of the Day NASA Astronomy Picture of the Day
ID bechhfglhcdjmemhkmincgemjgcbeifa
عنوان URL الرسمي https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/bechhfglhcdjmemhkmincgemjgcbeifa
الوصف An inspiring picture of our universe every day, replacing the New Tab in Chrome.
حجم الملف 249 KB
عدد التثبيتات 809
النسخة الحالية 1.03
آخر تحديث 2020-06-04
تاريخ النشر 2020-06-04
المطور Rhys Mills
نوع الدفع free
موقع الإضافة https://github.com/rhystmills/nasa-apod-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NASA APOD",
    "name": "NASA Astronomy Picture of the Day",
    "description": "An inspiring picture of our universe every day, replacing the New Tab in Chrome.",
    "manifest_version": 2,
    "version": "1.03",
    "permissions": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-fADk4VUbkmcez1aydHzYUXKFVZS1hW2IO\/HUvnSxiIQ='; object-src 'self'",
    "icons": {
        "16": "extension-icon.png",
        "48": "extension-icon.png",
        "128": "extension-icon.png"
    }
}