Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
Bump version to 3.0.0 & update metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
manastungare committed Mar 12, 2019
1 parent d4ffa98 commit ce98e9c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 31 deletions.
39 changes: 10 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file removed assets/screenshot-context-menu-1280x800.png
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ce98e9c

Please sign in to comment.