Sun & moon times extension

Displays times for sunrise, sunset, moonrise, moonset etc.

Cos'è Sun & moon times extension?

Sun & moon times extension è un'estensione di Chrome sviluppata da sandro, e la sua funzione principale è "Displays times for sunrise, sunset, moonrise, moonset etc.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Sun & moon times extension

Scarica i file di estensione Sun & moon times extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Provides astronomical information like this:

* Sunlight duration
* Sunrise time
* Sunset time

* Moonrise time	
* Moonset time		
* Phase	
* Illuminated part                    

Informazioni di Base sull'Estensione

Nome Sun & moon times extension Sun & moon times extension
ID ipijpiahkomdgeglkmndmegpgkfeddaj
URL Ufficiale https://chromewebstore.google.com/detail/sun-moon-times-extension/ipijpiahkomdgeglkmndmegpgkfeddaj
Descrizione Displays times for sunrise, sunset, moonrise, moonset etc.
Dimensione del File 1.09 MB
Conteggio Installazioni 685
Versione Corrente 1.0.3
Ultimo Aggiornamento 2016-01-07
Data di Pubblicazione 2016-01-07
Valutazione 3.71/5 Totale 7 Valutazioni
Sviluppatore sandro
Tipo di Pagamento free
Lingue Supportate 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
}