Lịch Âm Dương Việt Nam

Ứng dụng xem lịch âm dương Việt Nam. Có thể tùy chọn kiểu lịch hiển thị và đếm ngược đến tết dương và tết âm.

What is Lịch Âm Dương Việt Nam?

Lịch Âm Dương Việt Nam is a Chrome extension developed by Phạm Văn Đoan, and its main feature is "Ứng dụng xem lịch âm dương Việt Nam. Có thể tùy chọn kiểu lịch hiển thị và đếm ngược đến tết dương và tết âm.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Lịch Âm Dương Việt Nam Extension CRX File

Download Lịch Âm Dương Việt Nam 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 Việt Nam là một ứng dụng trên trình duyệt Chrome của Google. Nó cho phép người dùng xem và tra cứu ngày âm và ngày dương tương ứng. Cập nhật thêm ngày/tháng âm lịch ở icon của extension.                    

Extension Basic Information

Name Lịch Âm Dương Việt Nam Lịch Âm Dương Việt Nam
ID dnmehpglaboliakmjgileahbikdlgjmf
Official URL https://chromewebstore.google.com/detail/l%E1%BB%8Bch-%C3%A2m-d%C6%B0%C6%A1ng-vi%E1%BB%87t-nam/dnmehpglaboliakmjgileahbikdlgjmf
Description Ứng dụng xem lịch âm dương Việt Nam. Có thể tùy chọn kiểu lịch hiển thị và đếm ngược đến tết dương và tết âm.
File Size 432 KB
Installation Count 189
Current Version 3.2
Last Updated 2024-02-20
Publish Date 2020-05-20
Rating 5.00/5 Total 13 Ratings
Developer Phạm Văn Đoan
Email [email protected]
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "L\u1ecbch \u00c2m D\u01b0\u01a1ng Vi\u1ec7t Nam",
    "version": "3.2",
    "short_name": "L\u1ecbch Vi\u1ec7t Nam l\u00e0 m\u1ed9t \u1ee9ng d\u1ee5ng tr\u00ean tr\u00ecnh duy\u1ec7t Chrome c\u1ee7a Google. N\u00f3 cho ph\u00e9p ng\u01b0\u1eddi d\u00f9ng xem v\u00e0 tra c\u1ee9u ng\u00e0y \u00e2m v\u00e0 ng\u00e0y d\u01b0\u01a1ng t\u01b0\u01a1ng \u1ee9ng.",
    "description": "\u1ee8ng d\u1ee5ng xem l\u1ecbch \u00e2m d\u01b0\u01a1ng Vi\u1ec7t Nam. C\u00f3 th\u1ec3 t\u00f9y ch\u1ecdn ki\u1ec3u l\u1ecbch hi\u1ec3n th\u1ecb v\u00e0 \u0111\u1ebfm ng\u01b0\u1ee3c \u0111\u1ebfn t\u1ebft d\u01b0\u01a1ng v\u00e0 t\u1ebft \u00e2m.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": []
        }
    ],
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png"
        },
        "default_title": "L\u1ecbch Vi\u1ec7t Nam",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}