APOD
The famous APOD : Astronomy Picture Of the Day
ما هو APOD؟
APOD هو إضافة Chrome تم تطويرها بواسطة https://www.astrofiles.net، والميزة الرئيسية لها هي "The famous APOD : Astronomy Picture Of the Day".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة APOD
قم بتنزيل ملفات الامتداد APOD بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov.
This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available.
New in version 2.0 : Click the arrows to slide apods back & forth.
Enjoy! معلومات أساسية عن التمديد
| الاسم | |
| ID | gggblmmgahdkappoldbhdbofnjlklphc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
| الوصف | The famous APOD : Astronomy Picture Of the Day |
| حجم الملف | 139 KB |
| عدد التثبيتات | 485 |
| النسخة الحالية | 2.1 |
| آخر تحديث | 2013-06-17 |
| تاريخ النشر | 2013-06-17 |
| تقييم | 4.40/5 مجموع تقييمات 10 |
| المطور | https://www.astrofiles.net |
| نوع الدفع | free |
| موقع الإضافة | http://www.astrofiles.net/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "APOD",
"version": "2.1",
"description": "The famous APOD : Astronomy Picture Of the Day",
"permissions": [
"notifications"
],
"options_page": "options.html",
"browser_action": {
"default_icon": "apod16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "apod16.png",
"48": "apod48.png",
"128": "apod128.png"
}
} | |