Lunar phases
Displays the current phase of the moon.
Qu'est-ce que Lunar phases ?
Lunar phases est une extension Chrome développée par Michael Thelin, et sa fonction principale est "Displays the current phase of the moon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lunar phases
Téléchargez les fichiers d'extension Lunar phases au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gonoapcaanboccgahfbaegafbckgmceh |
URL Officiel | https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh |
Description | Displays the current phase of the moon. |
Taille du Fichier | 1.47 MB |
Nombre d'Installations | 1,568 |
Version Actuelle | 1.6.0 |
Dernière Mise à Jour | 2013-12-07 |
Date de Publication | 2013-12-07 |
Évaluation | 4.08/5 Total 50 Évaluations |
Développeur | Michael Thelin |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |