Vietnamese Calendar

Âm Lịch Việt Nam

What is Vietnamese Calendar?

Vietnamese Calendar is a Chrome extension developed by phsang11th, and its main feature is "Âm Lịch Việt Nam".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Vietnamese Calendar Extension CRX File

Download Vietnamese Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Vietnamese Calendar Vietnamese Calendar
ID jaipffcdpedjhhgflangdimjnmpbombl
Official URL https://chromewebstore.google.com/detail/vietnamese-calendar/jaipffcdpedjhhgflangdimjnmpbombl
Description Âm Lịch Việt Nam
File Size 1.37 MB
Installation Count 303
Current Version 1.9.4.3
Last Updated 2020-10-15
Publish Date 2019-05-06
Rating 5.00/5 Total 4 Ratings
Developer phsang11th
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}