Gcal-Everywhere
Add events to google calendar with ease.
什麼是Gcal-Everywhere?
Gcal-Everywhere是由Shopo Listo開發的Chrome擴展程式,該擴展的主要功能是“Add events to google calendar with ease.”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | glajafdknndmndfhdecggcbpaamhgfmf |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |