Gcal-Everywhere

Add events to google calendar with ease.

Gcal-Everywhereとは何ですか?

Gcal-EverywhereはShopo Listoによって開発されたChromeの拡張機能で、その主な機能は「Add events to google calendar with ease.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Gcal-Everywhere拡張機能のCRXファイルをダウンロード

Gcal-Everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Gcal-Everywhere allows you to harness the power of google's natural language processing to create calendar events with plain english sentences.

1) Select some text from any web page
2) Right-click, click on "add to google calendar"
3) Refine your selection (optional)
4) Create event!

Additionally, clicking on the Gcal-Everywhere button will bring up a traditional event dialog that allows you fine-grained control of your event.

Changelog

== 0.7 ==

Fixed critical bug: context menu does not reappear on restart

== 0.6 ==

Minor fixes

== 0.5 ==

Initial Release                    

拡張機能の基本情報

名前 Gcal-Everywhere Gcal-Everywhere
ID glajafdknndmndfhdecggcbpaamhgfmf
公式URL https://chromewebstore.google.com/detail/gcal-everywhere/glajafdknndmndfhdecggcbpaamhgfmf
説明 Add events to google calendar with ease.
ファイルサイズ 336 KB
インストール数 117
現在のバージョン 0.7
最終更新日 2013-02-11
公開日 2013-02-11
評価 3.22/5 合計 9 レビュー
開発者 Shopo Listo
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gcal-Everywhere",
    "version": "0.7",
    "icons": {
        "16": "img\/icon-small.png",
        "128": "img\/icon-big.png"
    },
    "description": "Add events to google calendar with ease.",
    "background": {
        "scripts": [
            "oauth\/chrome_ex_oauthsimple.js",
            "oauth\/chrome_ex_oauth.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "",
        "default_icon": "img\/icon-big.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.googleapis.com\/auth\/calendar\/*",
        "https:\/\/www.google.com\/accounts\/OAuthGetRequestToken",
        "https:\/\/www.google.com\/accounts\/OAuthAuthorizeToken",
        "https:\/\/www.google.com\/accounts\/OAuthGetAccessToken"
    ]
}