FullScreen Calendar
Hides some items on Google Calendar to make it "full screen"
What is FullScreen Calendar?
FullScreen Calendar is a Chrome extension developed by swolfschristophe, and its main feature is "Hides some items on Google Calendar to make it "full screen" ".
Extension Screenshots
Download FullScreen Calendar Extension CRX File
Download FullScreen 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
Extension Basic Information
Name | |
ID | cjgbkpbkclijllobblgkahbhpgoldmea |
Official URL | https://chrome.google.com/webstore/detail/fullscreen-calendar/cjgbkpbkclijllobblgkahbhpgoldmea |
Description | Hides some items on Google Calendar to make it "full screen" |
File Size | 8.55 KB |
Installation Count | 660 |
Current Version | 1.1 |
Last Updated | 2015-03-14 |
Publish Date | 2015-03-14 |
Rating | 1.67/5 Total 15 Ratings |
Developer | swolfschristophe |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FullScreen Calendar", "description": "Hides some items on Google Calendar to make it \"full screen\" ", "version": "1.1", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Set Calendar fullscreen.", "default_icon": "icon-64.png", "default_popup": "popup.html" }, "manifest_version": 2 } |