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

Commit ce98e9c

Browse files
committed
Bump version to 3.0.0 & update metadata.
1 parent d4ffa98 commit ce98e9c

File tree

5 files changed

+12
-31
lines changed

5 files changed

+12
-31
lines changed

README.md

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,17 @@
11
# Google Calendar for Chrome
22

3-
[![Install now.](https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png)
4-
](https://chrome.google.com/webstore/detail/google-calendar-by-google/gmbgaklkmjakoegficnlkhebmhkjfich)
3+
[![Install Now](https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png)](https://chrome.google.com/webstore/detail/google-calendar-by-google/gmbgaklkmjakoegficnlkhebmhkjfich)
54

5+
## Quick overview of your Google Calendar with one-click access to locations & documents
66

7-
## Easily check Google Calendar and add new events from websites you visit.
8-
9-
Get a button on your browser toolbar that you can easily click to see upcoming events from Google Calendar,
10-
without ever leaving your page. And if you’re on sites that have special events encoded,
11-
you can click the button to instantly add events to your calendar.
12-
The button shows an orange plus sign whenever there are events on the page you’re viewing that can be added to your calendar.
13-
7+
Get a button on your browser toolbar that you can easily click to see upcoming
8+
events from Google Calendar, without ever leaving your page. Access any map
9+
locations or attached documents in one click.
1410

1511
# Features
1612

17-
* Displays a preview of your calendar while you’re navigating. (works on any page.)
18-
* 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.)
19-
* Any site that uses the hCalendar microformat or derivative microformats such as hResume are supported.
20-
* This extension shows events from whatever calendars you are logged in within Chrome.
21-
* If you want to use a Google Apps calendar, you should login to that account first, then open the extension.
22-
23-
# Looking for Collaborators!
24-
25-
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.
26-
27-
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.
28-
29-
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.
30-
31-
## What’s in it for you?
32-
33-
* Publicly-visible open-source contributions that you can highlight on your résumé.
34-
* Mentoring from Google engineers.
35-
* A better understanding of JavaScript, Chrome extensions.
36-
* The satisfaction of seeing your code being used by millions of users world-wide.
13+
* Displays a preview of your calendar in your browser.
14+
* This extension shows events from whatever calendars you are logged in within
15+
Chrome.
16+
* If you want to use a Google Apps calendar, you should login to that account
17+
first, then open the extension.
-158 KB
Binary file not shown.
-122 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-calendar-crx",
3-
"version": "2.10.1",
3+
"version": "3.0.0",
44
"devDependencies": {
55
"grunt": "^1.0.3",
66
"grunt-clang-format": "^1.1.0",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_google_calendar_extension_name__",
44
"description": "__MSG_google_calendar_extension_desc__",
5-
"version": "2.14",
5+
"version": "3.0.0",
66
"default_locale": "en",
77
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCzO8gAn6n4s5Ohs50F2lmLGsO0FVKIwYyro8qZHlU+9pF85wGBEqoNwSeawr+AZdLgtnQRkIgatLM68EX8sB0DErp3Ds4qCvY8VufvvDIoqxdKtC3QlFxR9PoUZMY7/4lb/OadWnr0UjekxcSNVyk6nqZkTFCcE7RWDMDZ8qwqsQIDAQAB",
88
"icons": {

0 commit comments

Comments
 (0)