Nice APOD
A nicer looking Astronomy Picture of the Day from NASA
ما هو Nice APOD؟
Nice APOD هو إضافة Chrome تم تطويرها بواسطة TadasTamo، والميزة الرئيسية لها هي "A nicer looking Astronomy Picture of the Day from NASA".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nice APOD
قم بتنزيل ملفات الامتداد Nice APOD بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Nicer experience on Astronomy Picture of the Day by NASA (http://apod.nasa.gov): better font and line spacing, less obtrusive link color etc. Source code: https://github.com/tadast/nice-apod
معلومات أساسية عن التمديد
الاسم | |
ID | jlnomhbpddlchjhndafjommmbchfobjc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc |
الوصف | A nicer looking Astronomy Picture of the Day from NASA |
حجم الملف | 27.05 KB |
عدد التثبيتات | 119 |
النسخة الحالية | 0.1 |
آخر تحديث | 2014-01-26 |
تاريخ النشر | 2014-01-26 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | TadasTamo |
نوع الدفع | free |
موقع الإضافة | https://github.com/tadast |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nice APOD", "description": "A nicer looking Astronomy Picture of the Day from NASA", "version": "0.1", "minimum_chrome_version": "23", "icons": { "16": "images\/logo16.png", "128": "images\/logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/apod.nasa.gov\/apod\/*" ], "css": [ "css\/main.css" ], "js": [ "main.js" ] } ], "permissions": [ "tabs", "http:\/\/apod.nasa.gov\/apod\/*" ] } |