Lunar phases
Displays the current phase of the moon.
ما هو Lunar phases؟
Lunar phases هو إضافة Chrome تم تطويرها بواسطة Michael Thelin، والميزة الرئيسية لها هي "Displays the current phase of the moon.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lunar phases
قم بتنزيل ملفات الامتداد Lunar phases بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click on the extension icon to display an image of the current lunar phase, along with its state and time of sunrise and sunset. Don't look at the moon without it.
معلومات أساسية عن التمديد
الاسم | |
ID | gonoapcaanboccgahfbaegafbckgmceh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh |
الوصف | Displays the current phase of the moon. |
حجم الملف | 1.47 MB |
عدد التثبيتات | 1,568 |
النسخة الحالية | 1.6.0 |
آخر تحديث | 2013-12-07 |
تاريخ النشر | 2013-12-07 |
تقييم | 4.08/5 مجموع تقييمات 50 |
المطور | Michael Thelin |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lunar phases", "version": "1.6.0", "manifest_version": 2, "description": "Displays the current phase of the moon.", "options_page": "views\/options.html", "browser_action": { "default_icon": "images\/moon-icon.png", "default_popup": "views\/popup.html", "default_title": "Lunar Phases" }, "background": { "scripts": [ "scripts\/events.js" ], "persistent": false }, "icons": { "16": "images\/moon-icon-16.png", "48": "images\/moon-icon-48.png", "128": "images\/moon-icon.png" }, "permissions": [ "http:\/\/*.wunderground.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |