Âm Lịch Việt Nam
Âm Lịch Việt Nam
Cos'è Âm Lịch Việt Nam?
Âm Lịch Việt Nam è un'estensione di Chrome sviluppata da Uoc Nguyen, e la sua funzione principale è "Âm Lịch Việt Nam".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Âm Lịch Việt Nam
Scarica i file di estensione Âm Lịch Việt Nam 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
Â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!
Informazioni di Base sull'Estensione
Nome | Âm Lịch Việt Nam |
ID | llflillelopaiepkbjfecfjhbkaflbgb |
URL Ufficiale | https://chromewebstore.google.com/detail/%C3%A2m-l%E1%BB%8Bch-vi%E1%BB%87t-nam/llflillelopaiepkbjfecfjhbkaflbgb |
Descrizione | Âm Lịch Việt Nam |
Dimensione del File | 148 KB |
Conteggio Installazioni | 2,525 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2023-06-16 |
Data di Pubblicazione | 2014-12-03 |
Valutazione | 4.20/5 Totale 51 Valutazioni |
Sviluppatore | Uoc Nguyen |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |