Lunar phases

Displays the current phase of the moon.

Apa itu Lunar phases?

Lunar phases adalah ekstensi Chrome yang dikembangkan oleh Michael Thelin, dan fitur utamanya adalah "Displays the current phase of the moon.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lunar phases

Unduh file ekstensi Lunar phases dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Lunar phases Lunar phases
ID gonoapcaanboccgahfbaegafbckgmceh
URL Resmi https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh
Deskripsi Displays the current phase of the moon.
Ukuran File 1.47 MB
Jumlah Instalasi 1,568
Versi Saat Ini 1.6.0
Terakhir Diperbarui 2013-12-07
Tanggal Publikasi 2013-12-07
Penilaian 4.08/5 Total 50 Penilaian
Pengembang Michael Thelin
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}