Astronomy Picture of the Day
This extension displays the Astronomy Picture of the Day in your new tab page.
ما هو Astronomy Picture of the Day؟
Astronomy Picture of the Day هو إضافة Chrome تم تطويرها بواسطة ohohbot، والميزة الرئيسية لها هي "This extension displays the Astronomy Picture of the Day in your new tab page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Astronomy Picture of the Day
قم بتنزيل ملفات الامتداد Astronomy Picture of the Day بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension displays the Astronomy Picture of the Day in your new tab page. This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0
معلومات أساسية عن التمديد
الاسم | |
ID | bdmbcendkknegokaagnpmaimeemgiimc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc |
الوصف | This extension displays the Astronomy Picture of the Day in your new tab page. |
حجم الملف | 2.89 MB |
عدد التثبيتات | 523 |
النسخة الحالية | 2 |
آخر تحديث | 2017-03-12 |
تاريخ النشر | 2017-03-12 |
تقييم | 4.32/5 مجموع تقييمات 19 |
المطور | ohohbot |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "build\/apod.js" ] }, "name": "Astronomy Picture of the Day", "description": "This extension displays the Astronomy Picture of the Day in your new tab page.", "version": "2", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "tabs", "storage" ] } |