CalEvent

Easily add Calender Event

What is CalEvent?

CalEvent is a Chrome extension developed by vs4vijay, and its main feature is "Easily add Calender Event".

Extension Screenshots

screenshot

Download CalEvent Extension CRX File

Download CalEvent 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

                        CalEvent - Easily add Event to Google Calendar

A context menu "Add to Google Calendar" will appear on right click. This will add an event to your google calendar with selected text as Title.                    

Extension Basic Information

Name CalEvent CalEvent
ID ogpdfkoemeklmmjemphhfhmechjmkkap
Official URL https://chrome.google.com/webstore/detail/calevent/ogpdfkoemeklmmjemphhfhmechjmkkap
Description Easily add Calender Event
File Size 49.45 KB
Installation Count 14
Current Version 1.0
Last Updated 2015-03-23
Publish Date 2015-03-23
Developer vs4vijay
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CalEvent",
    "version": "1.0",
    "description": "Easily add Calender Event",
    "icons": {
        "48": "img\/ChromeExtension48.png",
        "128": "img\/ChromeExtension128.png",
        "16": "img\/ChromeExtension16.png"
    },
    "browser_action": {
        "default_icon": "img\/ChromeExtension19.png",
        "default_title": "CalEvent",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}