Google Calendar Right Click

create Google Calendar event with Title or Description from Right Click Menu

Google Calendar Right Clickคืออะไร?

Google Calendar Right Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kubosuke และคุณลักษณะหลักของมันคือ "create Google Calendar event with Title or Description from Right Click Menu"

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

screenshot
screenshot

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

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

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

                        you can create Google Calendar Event with 3 step

1. Select text
2. Open Right Click Menu (Context Menu)
3. Select                    

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

ชื่อ Google Calendar Right Click Google Calendar Right Click
ID gecagpecilkplgfkfpbpfhjkfelfdocd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-calendar-right-cli/gecagpecilkplgfkfpbpfhjkfelfdocd
คำอธิบาย create Google Calendar event with Title or Description from Right Click Menu
ขนาดไฟล์ 15.1 KB
จำนวนการติดตั้ง 252
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-04-21
วันที่เผยแพร่ 2022-04-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา kubosuke
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Calendar Right Click",
    "description": "create Google Calendar event with Title or Description from Right Click Menu",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "img\/16.png",
        "128": "img\/128.png"
    }
}