Send to Calendar
Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'
Send to Calendar란 무엇입니까?
Send to Calendar은(는) https://borism.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'"입니다.
확장 프로그램 스크린샷
Send to Calendar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Send events to Google Calendar - automagically! It works great with Facebook or any other website. Select the text that contains the event info, right click and choose 'Send to Calendar.' - send events to Google Calendar automagically - works with Facebook or any other website - tries to accurately detect date & location info - no special permissions needed This extension is open source: https://github.com/borismasis/send-to-calendar/ Version 0.20 update from Rudolf Rosa: - appending selected text to tab name as title of event - fixing the issue with Google Chrome dropping new lines
확장 프로그램 기본 정보
이름 | Send to Calendar |
ID | iefhhfhadhcgefikmjdpclgpmmlaodfc |
공식 URL | https://chromewebstore.google.com/detail/send-to-calendar/iefhhfhadhcgefikmjdpclgpmmlaodfc |
설명 | Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.' |
파일 크기 | 33.76 KB |
설치 횟수 | 10,000 |
현재 버전 | 0.20 |
최근 업데이트 | 2016-07-03 |
출시 날짜 | 2016-07-03 |
평점 | 2.85/5 총 91 개의 평점 |
개발자 | https://borism.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://borism.net |
도움말 페이지 URL | http://borism.net |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Send to Calendar", "version": "0.20", "description": "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png" }, "manifest_version": 2 } |