Add to Calendar

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

Merlin
Additional files are visible only to premium users

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"
    ]
  }
}