Vietnamese Calendar

Âm Lịch Việt Nam

Cos'è Vietnamese Calendar?

Vietnamese Calendar è un'estensione di Chrome sviluppata da phsang11th, e la sua funzione principale è "Âm Lịch Việt Nam".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Vietnamese Calendar

Scarica i file di estensione Vietnamese Calendar 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

                        Lịch vạn niên.
Bộ công cụ xem âm lịch việt nam. xem các ngày lễ, ngày nghỉ, các tiết và thập lục hoa giáp theo lịch phương đông.
Bộ công cụ sử dụng ngôn ngữ javascript Và các thuật toán tính ngày can chi, tiết và giờ hoàng đạo chính xác.
Hỗ trợ người dùng xem nhanh các ngày âm lịch, nhanh chóng và thuận tiện khi sử dụng máy tính cá nhân để tra nhanh các ngày âm lịch trong năm.                    

Informazioni di Base sull'Estensione

Nome Vietnamese Calendar Vietnamese Calendar
ID jaipffcdpedjhhgflangdimjnmpbombl
URL Ufficiale https://chromewebstore.google.com/detail/vietnamese-calendar/jaipffcdpedjhhgflangdimjnmpbombl
Descrizione Âm Lịch Việt Nam
Dimensione del File 1.37 MB
Conteggio Installazioni 303
Versione Corrente 1.9.4.3
Ultimo Aggiornamento 2020-10-15
Data di Pubblicazione 2019-05-06
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore phsang11th
Email [email protected]
Tipo di Pagamento free
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vietnamese Calendar",
    "version": "1.9.4.3",
    "description": "\u00c2m L\u1ecbch Vi\u1ec7t Nam",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "js\/app.js"
    ]
}