Calendar + for Google Chrome™
Add clickable urls to Google Calendar Detail
What is Calendar + for Google Chrome™?
Calendar + for Google Chrome™ is a Chrome extension developed by Sinesy s.r.l., and its main feature is "Add clickable urls to Google Calendar Detail".
Extension Screenshots
Download Calendar + for Google Chrome™ Extension CRX File
Download Calendar + for Google Chrome™ 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
Calendar Plus This extension extracts all the url from the Google Calendar Event description and brings them to life in a clickable url list
Extension Basic Information
Name | Calendar + for Google Chrome™ |
ID | lpnepegcocaajhgbpcfajmdnninbjppf |
Official URL | https://chromewebstore.google.com/detail/calendar-+-for-google-chr/lpnepegcocaajhgbpcfajmdnninbjppf |
Description | Add clickable urls to Google Calendar Detail |
File Size | 63.99 KB |
Installation Count | 70,535 |
Current Version | 1.3.0 |
Last Updated | 2017-10-22 |
Publish Date | 2017-10-22 |
Rating | 4.53/5 Total 57 Ratings |
Developer | Sinesy s.r.l. |
[email protected] | |
Payment Type | free |
Extension Website | http://www.sinesy.it |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Calendar + for Google Chrome\u2122", "version": "1.3.0", "author": "Sinesy s.r.l.", "offline_enabled": true, "short_name": "Calendar +", "description": "Add clickable urls to Google Calendar Detail", "icons": { "128": "icon128.png", "256": "icon256.png" }, "permissions": [ "tabs" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*" ], "js": [ "jquery-1.11.1.min.js", "calendar-changer.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "homepage_url": "http:\/\/www.sinesy.it" } |