Lunar phases
Displays the current phase of the moon.
Vad är Lunar phases?
Lunar phases är en Chrome-tillägg utvecklad av Michael Thelin, och dess huvudfunktion är "Displays the current phase of the moon.".
Tilläggsskärmbilder
Ladda ner Lunar phases-förlängningens CRX-fil
Ladda ner Lunar phases-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | gonoapcaanboccgahfbaegafbckgmceh |
Officiell webbadress | https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh |
Beskrivning | Displays the current phase of the moon. |
Filstorlek | 1.47 MB |
Antal Installationer | 1,568 |
Aktuell Version | 1.6.0 |
Senast Uppdaterad | 2013-12-07 |
Publiceringsdatum | 2013-12-07 |
Betyg | 4.08/5 Totalt 50 Betyg |
Utvecklare | Michael Thelin |
Betalningssätt | free |
Stödda Språk | 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'" } |