NASA Picture of the Day
Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
ما هو NASA Picture of the Day؟
NASA Picture of the Day هو إضافة Chrome تم تطويرها بواسطة http://breakfasthack.com، والميزة الرئيسية لها هي "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NASA Picture of the Day
قم بتنزيل ملفات الامتداد NASA Picture of the Day بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery. Very minimalistic.
معلومات أساسية عن التمديد
الاسم | |
ID | njgkhaihjhccfmimhnddjgmdmnplhdel |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel |
الوصف | Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery. |
حجم الملف | 34.96 KB |
عدد التثبيتات | 907 |
النسخة الحالية | 0.1 |
آخر تحديث | 2015-03-30 |
تاريخ النشر | 2015-03-30 |
تقييم | 4.00/5 مجموع تقييمات 8 |
المطور | http://breakfasthack.com |
نوع الدفع | free |
موقع الإضافة | http://breakfasthack.com |
عنوان صفحة المساعدة | http://breakfasthack.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NASA Picture of the Day", "short_name": "NASA_POTD", "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "page.html" }, "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ], "icons": { "128": "icon.png" }, "manifest_version": 2 } |