Send to 2Do
A toolbar button to send the current page to 2Do.
Send to 2Do란 무엇입니까?
Send to 2Do은(는) doctor.tlaloc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A toolbar button to send the current page to 2Do."입니다.
확장 프로그램 스크린샷
Send to 2Do 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A toolbar button to send the current Tab 2Do. This Chrome Extension allows you to easily create tasks in 2Do for the current tab. It captures the page's URL and any text you might have selected. Very Customizable: * Add Prefix or suffix to Title. * Add Prefix or suffix to Note. * Select the list where you want to save the tasks. * Star / No Star * Select Priority * Choose whether to send task or edit before sending. --- - This extension requires the 2Do Mac app to be installed (http://www.2doapp.com/mac/) - This is not an official 2Do extension. I am not affiliated with 2Do in any way.
확장 프로그램 기본 정보
이름 | Send to 2Do |
ID | ijcalcfmadhkblckcfkipmllkdokloic |
공식 URL | https://chromewebstore.google.com/detail/send-to-2do/ijcalcfmadhkblckcfkipmllkdokloic |
설명 | A toolbar button to send the current page to 2Do. |
파일 크기 | 30.27 KB |
설치 횟수 | 274 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2017-08-14 |
출시 날짜 | 2017-08-14 |
평점 | 3.57/5 총 7 개의 평점 |
개발자 | doctor.tlaloc |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/doctor-tlaloc/Send_to_2Do |
개인정보 보호 정책 페이지 URL | https://github.com/doctor-tlaloc/Send_to_2Do/blob/master/Privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Send to 2Do", "version": "1.1.0", "manifest_version": 2, "icons": { "16": "icon16.png", "128": "icon128.png" }, "description": "A toolbar button to send the current page to 2Do.", "browser_action": { "default_icon": "browser_action.png", "default_title": "Send this page to 2Do" }, "background": { "scripts": [ "options.js", "background.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage", "activeTab" ] } |