NASA Picture of the Day Tab

Shows the NASA Picture of the Day upon opening a new tab.

ما هو NASA Picture of the Day Tab؟

NASA Picture of the Day Tab هو إضافة Chrome تم تطويرها بواسطة brettwseitz، والميزة الرئيسية لها هي "Shows the NASA Picture of the Day upon opening a new tab.".

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

screenshot

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

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

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

                        An extension which presents the NASA Picture of the Day as the background to a new tab.                    

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

الاسم NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
عنوان URL الرسمي https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
الوصف Shows the NASA Picture of the Day upon opening a new tab.
حجم الملف 23.57 KB
عدد التثبيتات 38
النسخة الحالية 1.0.0
آخر تحديث 2018-08-25
تاريخ النشر 2018-08-25
تقييم 5.00/5 مجموع تقييمات 1
المطور brettwseitz
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NASA Picture of the Day Tab",
    "description": "Shows the NASA Picture of the Day upon opening a new tab.",
    "version": "1.0.0",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' img-src 'self';"
}