Lunar phases

Displays the current phase of the moon.

Τι είναι το Lunar phases;

Το Lunar phases είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michael Thelin, και η κύρια λειτουργία του είναι "Displays the current phase of the moon.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Lunar phases

Λήψη αρχείων επέκτασης Lunar phases σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lunar phases Lunar phases
ID gonoapcaanboccgahfbaegafbckgmceh
Επίσημο URL https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh
Περιγραφή Displays the current phase of the moon.
Μέγεθος Αρχείου 1.47 MB
Αριθμός Εγκαταστάσεων 1,568
Τρέχουσα Έκδοση 1.6.0
Τελευταία Ενημέρωση 2013-12-07
Ημερομηνία Δημοσίευσης 2013-12-07
Αξιολόγηση 4.08/5 Συνολικά 50 Αξιολογήσεις
Προγραμματιστής Michael Thelin
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}