toCalendar

Add new events to Google Calendar from every websites you visit.

toCalendarคืออะไร?

toCalendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://juuc.tumblr.com และคุณลักษณะหลักของมันคือ "Add new events to Google Calendar from every websites you visit."

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

screenshot
screenshot
screenshot

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

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

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

                        Add new events to Google Calendar from every websites you visit.
When you click  this extension's botton, extension is creating new tab and open Google Calendar's "create new event" page.

★New (ver.1.2)
Select sentence and right-click, you can add selection text into the description.
If the selection text has a Date, extension will use the date.

For example, if you use it on Gmail, the extension will set below:

Title : "Mail title - your gmail address" (*"Gmail - " prefix is deleted by the extension)
Description : Mail URI
Date : today

and...
- Adding Manifest Version in the manifest file.(ver.1.3.0)
- Fixed end-date bug.(ver.1.2.6)
- Changing icon's detail.(ver.1.2.5)                    

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

ชื่อ toCalendar toCalendar
ID iffkflhcbfgfcendldlddpgpfbikibjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tocalendar/iffkflhcbfgfcendldlddpgpfbikibjd
คำอธิบาย Add new events to Google Calendar from every websites you visit.
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 639
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2015-09-14
วันที่เผยแพร่ 2015-09-13
คะแนน 3.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://juuc.tumblr.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "toCalendar",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "Add new events to Google Calendar from every websites you visit.",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "toCalendar",
        "default_icon": "icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}