Âm Lịch Việt Nam

Âm Lịch Việt Nam

Vad är Âm Lịch Việt Nam?

Âm Lịch Việt Nam är en Chrome-tillägg utvecklad av Uoc Nguyen, och dess huvudfunktion är "Âm Lịch Việt Nam".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Âm Lịch Việt Nam-förlängningens CRX-fil

Ladda ner Âm Lịch Việt Nam-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Âm Lịch cho người Việt

Các thay đổi gần đây:
---------------------
v2.1.0:
- Cập nhật GA4.

v2.0.0:
- Cập nhật phiên bản manifest 3.0.

v1.1.3:
- Thay đổi màu biểu tượng app, sửa mô tả và cập nhật ảnh theo yêu cầu từ 
Google

v1.1.2:
- Chỉ hiển thị ngày âm lịch hiện tại do hạn chế của Google Chrome chỉ cho phép <= 4 ký tự trên Badges.

v1.1.1:
- Sửa lỗi chậm ngày âm lịch trên biểu tượng lịch.

v1.1:
- Hiện thông tin ngày hiện tại khi di chuột vào biểu tượng.
- Tự động cập nhật và hiển thị ngày dương và ngày âm hiện tại trên biểu tượng của ứng dụng.
- Thay đổi biểu tượng mới.

---
v1.0: Phiên bản đầu tiên.
___________________________


Nếu bạn thấy hữu dụng, hãy bình chọn!                    

Grundläggande Information om Tillägg

Namn Âm Lịch Việt Nam Âm Lịch Việt Nam
ID llflillelopaiepkbjfecfjhbkaflbgb
Officiell webbadress https://chromewebstore.google.com/detail/%C3%A2m-l%E1%BB%8Bch-vi%E1%BB%87t-nam/llflillelopaiepkbjfecfjhbkaflbgb
Beskrivning Âm Lịch Việt Nam
Filstorlek 148 KB
Antal Installationer 2,525
Aktuell Version 2.1.0
Senast Uppdaterad 2023-06-16
Publiceringsdatum 2014-12-03
Betyg 4.20/5 Totalt 51 Betyg
Utvecklare Uoc Nguyen
E-post [email protected]
Betalningssätt free
Stödda Språk vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u00c2m L\u1ecbch Vi\u1ec7t Nam",
    "version": "2.1.0",
    "description": "\u00c2m L\u1ecbch Vi\u1ec7t Nam",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup\/popup.html",
        "default_title": "\u00c2m L\u1ecbch Vi\u1ec7t Nam"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon48.png"
            ],
            "extension_ids": [
                "llflillelopaiepkbjfecfjhbkaflbgb"
            ]
        }
    ]
}