Send to Calendar

Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'

Send to Calendarคืออะไร?

Send to Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://borism.net และคุณลักษณะหลักของมันคือ "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'"

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

screenshot
screenshot

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

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

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

                        Send events to Google Calendar - automagically! It works great with Facebook or any other website. Select the text that contains the event info, right click and choose 'Send to Calendar.' 

- send events to Google Calendar automagically
- works with Facebook or any other website
- tries to accurately detect date & location info
- no special permissions needed

This extension is open source: https://github.com/borismasis/send-to-calendar/

Version 0.20 update from Rudolf Rosa:
- appending selected text to tab name as title of event
- fixing the issue with Google Chrome dropping new lines                    

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

ชื่อ Send to Calendar Send to Calendar
ID iefhhfhadhcgefikmjdpclgpmmlaodfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/send-to-calendar/iefhhfhadhcgefikmjdpclgpmmlaodfc
คำอธิบาย Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'
ขนาดไฟล์ 33.76 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.20
อัปเดตครั้งล่าสุด 2016-07-03
วันที่เผยแพร่ 2016-07-03
คะแนน 2.85/5 รวมทั้งหมด 91 คะแนน
ผู้พัฒนา https://borism.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://borism.net
URL หน้าช่วยเหลือ http://borism.net
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Send to Calendar",
    "version": "0.20",
    "description": "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "manifest_version": 2
}