Lịch Âm Dương, Lịch Vạn Niên!

Lịch Âm Dương, Lịch Vạn Niên!

Lịch Âm Dương, Lịch Vạn Niên Quy đổi giữa ngày Dương Lịch sang Âm Lịch và ngược lại. Hiển thị đầy đủ theo ngày tháng năm... Giúp…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lịch Âm Dương, Lịch Vạn Niên!",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon16.png",
    "default_title": "Click to view a popup",
    "default_popup": "popup_plugin.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}