Lunar Calendar

Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…

Lunar Calendarคืออะไร?

Lunar Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kha Tran และคุณลักษณะหลักของมันคือ "Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lunar Calendar

ดาวน์โหลดไฟล์ส่วนขยาย Lunar Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easy to view lunar calendar.
Connect to your google calendar to manage your work easily.

If you have any feedback or trouble email us at [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lunar Calendar Lunar Calendar
ID nmecgjahahkkpinjpcblbkalicegdfbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lunar-calendar/nmecgjahahkkpinjpcblbkalicegdfbp
คำอธิบาย Easy to view lunar calendar. Connect to your google calendar to manage your work easily. If you have any feedback or trouble email…
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 1,645
เวอร์ชันปัจจุบัน 2.2.1
อัปเดตครั้งล่าสุด 2021-12-11
วันที่เผยแพร่ 2019-12-26
คะแนน 4.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Kha Tran
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lunar Calendar",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "start_url": ".",
    "version": "2.2.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Lunar Calendar"
    },
    "background": {
        "service_worker": "background.min.js"
    },
    "oauth2": {
        "client_id": "683515625561-vhint2n62tjt617e8srcl9bdm4es5rop.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ],
        "api_url": "https:\/\/www.googleapis.com\/calendar\/v3\/calendars\/",
        "api_key": "AIzaSyBT5P7QET06XqsumsxJEN2JCKFi628BDTs"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}