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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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" ] } |