Sun & moon times extension
Displays times for sunrise, sunset, moonrise, moonset etc.
Wat is Sun & moon times extension?
Sun & moon times extension is een Chrome-extensie ontwikkeld door sandro, en de belangrijkste functie is "Displays times for sunrise, sunset, moonrise, moonset etc.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sun & moon times extension
Download Sun & moon times extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Provides astronomical information like this: * Sunlight duration * Sunrise time * Sunset time * Moonrise time * Moonset time * Phase * Illuminated part
Basisinformatie over de Extensie
Naam | Sun & moon times extension |
ID | ipijpiahkomdgeglkmndmegpgkfeddaj |
Officiële URL | https://chromewebstore.google.com/detail/sun-moon-times-extension/ipijpiahkomdgeglkmndmegpgkfeddaj |
Beschrijving | Displays times for sunrise, sunset, moonrise, moonset etc. |
Bestandsgrootte | 1.09 MB |
Aantal Installaties | 685 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2016-01-07 |
Publicatiedatum | 2016-01-07 |
Beoordeling | 3.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | sandro |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sun & moon times extension", "description": "Displays times for sunrise, sunset, moonrise, moonset etc.", "version": "1.0.3", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": [], "browser_action": { "name": "Sun & moon times extension", "default_icon": "icon48.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [], "manifest_version": 2 } |