toCalendar
Add new events to Google Calendar from every websites you visit.
toCalendar란 무엇입니까?
toCalendar은(는) https://juuc.tumblr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add new events to Google Calendar from every websites you visit."입니다.
확장 프로그램 스크린샷
toCalendar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add new events to Google Calendar from every websites you visit. When you click this extension's botton, extension is creating new tab and open Google Calendar's "create new event" page. ★New (ver.1.2) Select sentence and right-click, you can add selection text into the description. If the selection text has a Date, extension will use the date. For example, if you use it on Gmail, the extension will set below: Title : "Mail title - your gmail address" (*"Gmail - " prefix is deleted by the extension) Description : Mail URI Date : today and... - Adding Manifest Version in the manifest file.(ver.1.3.0) - Fixed end-date bug.(ver.1.2.6) - Changing icon's detail.(ver.1.2.5)
확장 프로그램 기본 정보
이름 | toCalendar |
ID | iffkflhcbfgfcendldlddpgpfbikibjd |
공식 URL | https://chromewebstore.google.com/detail/tocalendar/iffkflhcbfgfcendldlddpgpfbikibjd |
설명 | Add new events to Google Calendar from every websites you visit. |
파일 크기 | 187 KB |
설치 횟수 | 639 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2015-09-14 |
출시 날짜 | 2015-09-13 |
평점 | 3.67/5 총 12 개의 평점 |
개발자 | https://juuc.tumblr.com |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "toCalendar", "version": "1.3.1", "manifest_version": 2, "description": "Add new events to Google Calendar from every websites you visit.", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "toCalendar", "default_icon": "icon19.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "contextMenus" ] } |