Add To Calendar

Make a Google Calendar event from a selection of text

What is Add To Calendar?

Add To Calendar is a Chrome extension developed by https://mattkrins.com, and its main feature is "Make a Google Calendar event from a selection of text".

Extension Screenshots

screenshot
screenshot
screenshot

Download Add To Calendar Extension CRX File

Download Add To Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An incredibly simple extension that lets you quickly make a Google Calendar event from a selection of text.                    

Extension Basic Information

Name Add To Calendar Add To Calendar
ID pipjnidgeelohoapkmdcbkddjjklnofj
Official URL https://chromewebstore.google.com/detail/add-to-calendar/pipjnidgeelohoapkmdcbkddjjklnofj
Description Make a Google Calendar event from a selection of text
File Size 25.5 KB
Installation Count 910
Current Version 1.2
Last Updated 2018-03-13
Publish Date 2018-03-12
Rating 2.92/5 Total 13 Ratings
Developer https://mattkrins.com
Email [email protected]
Payment Type free
Extension Website https://github.com/mattkrins/CalendarAdd
Help Page URL https://github.com/mattkrins/CalendarAdd/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add To Calendar",
    "short_name": "CalendarAdd",
    "version": "1.2",
    "author": "Matt Krins",
    "homepage_url": "https:\/\/github.com\/mattkrins\/CalendarAdd",
    "description": "Make a Google Calendar event from a selection of text",
    "permissions": [
        "contextMenus"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}