APODtab

Displays the latest NASA APOD image when you open a new tab

ما هو APODtab؟

APODtab هو إضافة Chrome تم تطويرها بواسطة jooldesign.co.uk، والميزة الرئيسية لها هي "Displays the latest NASA APOD image when you open a new tab".

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

screenshot

تحميل ملف CRX للإضافة APODtab

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

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

                        If you love space, astrophotography or just inspiring photographs, this extension replaces the boring plain new tab screen with images from NASA's Astronomy Picture of the Day archive. The extension also includes details of the epic images you'll enjoy looking at so you can learn more about space too before browsing the web!                    

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

الاسم APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
عنوان URL الرسمي https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
الوصف Displays the latest NASA APOD image when you open a new tab
حجم الملف 70.76 KB
عدد التثبيتات 61
النسخة الحالية 1.3.0
آخر تحديث 2017-02-16
تاريخ النشر 2017-02-16
تقييم 5.00/5 مجموع تقييمات 1
المطور jooldesign.co.uk
نوع الدفع free
موقع الإضافة http://jooldesign.co.uk
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APODtab",
    "version": "1.3.0",
    "description": "Displays the latest NASA APOD image when you open a new tab",
    "author": "Chris Briggs ",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "apod.html"
    }
}