diff --git a/README.md b/README.md index 60439c7..d0d2c4c 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,17 @@ # Google Calendar for Chrome -[![Install now.](https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png) -](https://chrome.google.com/webstore/detail/google-calendar-by-google/gmbgaklkmjakoegficnlkhebmhkjfich) +[![Install Now](https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png)](https://chrome.google.com/webstore/detail/google-calendar-by-google/gmbgaklkmjakoegficnlkhebmhkjfich) +## Quick overview of your Google Calendar with one-click access to locations & documents -## Easily check Google Calendar and add new events from websites you visit. - -Get a button on your browser toolbar that you can easily click to see upcoming events from Google Calendar, -without ever leaving your page. And if you’re on sites that have special events encoded, -you can click the button to instantly add events to your calendar. -The button shows an orange plus sign whenever there are events on the page you’re viewing that can be added to your calendar. - +Get a button on your browser toolbar that you can easily click to see upcoming +events from Google Calendar, without ever leaving your page. Access any map +locations or attached documents in one click. # Features -* Displays a preview of your calendar while you’re navigating. (works on any page.) -* If you’re on certain sites where it detects the presence of events, the icon changes to an orange “+”. Clicking that icon lets you add the event to your Google Calendar, and shows you a map (if there’s a location it could detect.) -* Any site that uses the hCalendar microformat or derivative microformats such as hResume are supported. -* This extension shows events from whatever calendars you are logged in within Chrome. -* If you want to use a Google Apps calendar, you should login to that account first, then open the extension. - -# Looking for Collaborators! - -If you’re an Intermediate to Advanced JavaScript developer, we want to welcome you to contributing to this repository. There are [several new feature requests](https://github.com/manastungare/google-calendar-crx/labels/Feature%20Request) for you to work on, and we’ll mentor you in the process. Once your pull requests are merged in, your contributions will be available to millions of users. - -Go through the list of feature requests or bugs, and pick one you’d like to tackle. We don’t want to burden you with fixing bugs; so filter the list to show only Feature Requests. - -If you have questions, feel free to comment on the specific issue, and we’ll jump in to help. When you’re done, send a pull request. - -## What’s in it for you? - -* Publicly-visible open-source contributions that you can highlight on your résumé. -* Mentoring from Google engineers. -* A better understanding of JavaScript, Chrome extensions. -* The satisfaction of seeing your code being used by millions of users world-wide. +* Displays a preview of your calendar in your browser. +* This extension shows events from whatever calendars you are logged in within + Chrome. +* If you want to use a Google Apps calendar, you should login to that account + first, then open the extension. diff --git a/assets/screenshot-context-menu-1280x800.png b/assets/screenshot-context-menu-1280x800.png deleted file mode 100644 index 159d3e4..0000000 Binary files a/assets/screenshot-context-menu-1280x800.png and /dev/null differ diff --git a/assets/screenshot-events-from-this-page-1280x800.png b/assets/screenshot-events-from-this-page-1280x800.png deleted file mode 100644 index b0d2afb..0000000 Binary files a/assets/screenshot-events-from-this-page-1280x800.png and /dev/null differ diff --git a/package.json b/package.json index f9cdaad..606bdbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-calendar-crx", - "version": "2.10.1", + "version": "3.0.0", "devDependencies": { "grunt": "^1.0.3", "grunt-clang-format": "^1.1.0", diff --git a/src/manifest.json b/src/manifest.json index 5eed433..bb2eb07 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_google_calendar_extension_name__", "description": "__MSG_google_calendar_extension_desc__", - "version": "2.14", + "version": "3.0.0", "default_locale": "en", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCzO8gAn6n4s5Ohs50F2lmLGsO0FVKIwYyro8qZHlU+9pF85wGBEqoNwSeawr+AZdLgtnQRkIgatLM68EX8sB0DErp3Ds4qCvY8VufvvDIoqxdKtC3QlFxR9PoUZMY7/4lb/OadWnr0UjekxcSNVyk6nqZkTFCcE7RWDMDZ8qwqsQIDAQAB", "icons": {