VietLunar - Lunar Calendar for Vietnam

The Lunar Calendar for Vietnamese, with beautiful style.

Cos'è VietLunar - Lunar Calendar for Vietnam?

VietLunar - Lunar Calendar for Vietnam è un'estensione di Chrome sviluppata da Nguyễn Kim Kha, e la sua funzione principale è "The Lunar Calendar for Vietnamese, with beautiful style.".

Scarica il file CRX dell'estensione VietLunar - Lunar Calendar for Vietnam

Scarica i file di estensione VietLunar - Lunar Calendar for Vietnam 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

                        First version of calendar                    

Informazioni di Base sull'Estensione

Nome VietLunar - Lunar Calendar for Vietnam VietLunar - Lunar Calendar for Vietnam
ID blklnljefnfkonpnmknbbglbbhbhjieg
URL Ufficiale https://chromewebstore.google.com/detail/vietlunar-lunar-calendar/blklnljefnfkonpnmknbbglbbhbhjieg
Descrizione The Lunar Calendar for Vietnamese, with beautiful style.
Dimensione del File 145 KB
Conteggio Installazioni 810
Versione Corrente 0.3.2
Ultimo Aggiornamento 2014-09-29
Data di Pubblicazione 2014-09-29
Valutazione 4.50/5 Totale 22 Valutazioni
Sviluppatore Nguyễn Kim Kha
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "0.3.2",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true,
    "background": {
        "scripts": [
            "amlich.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    }
}