Add to Calendar

Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage

什麼是Add to Calendar?

Add to Calendar是由jrm.publisher開發的Chrome擴展程式,該擴展的主要功能是“Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage”。

擴展截圖

screenshot
screenshot

下載Add to Calendar擴展crx文件

下載Add to Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A simple extension to select dates on any webpage and add them to your Google calendar. 
Simply select the date, right click and choose: "Send selected date to my calendar".
The date together with automatically gathered data from the webpage will be added to a new event in your calendar. Review the details and Save the event. 
Please note that:
1) This extension only works with Google Calendar
2) In addition to the selected date, title of the webpage will be added as event name, a link to the webpage will be included into the details of the event.
3) The extension detects different date formats, however, always double check the auto-filled data before saving the event. I will not be responsible if you miss an important date! 
Otherwise, Enjoy!                    

擴展基本資訊

名稱 Add to Calendar Add to Calendar
ID ciamdnecdjnljmaaoneckkojbdbkmdhe
官方網址 https://chromewebstore.google.com/detail/add-to-calendar/ciamdnecdjnljmaaoneckkojbdbkmdhe
簡介 Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage
檔案大小 134 KB
安裝次數 379
目前版本 1.4
更新時間 2019-03-13
上架時間 2019-03-13
開發者 jrm.publisher
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.4",
    "name": "Add to Calendar",
    "description": "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "images\/calendar.png",
        "48": "images\/calendar.png",
        "128": "images\/calendar.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}