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
公式URL 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
Eメール [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"
        ]
    }
}