New Tab to Tasks
A simple extension that makes your New Tab Page be your Google Tasks.
New Tab to Tasks란 무엇입니까?
New Tab to Tasks은(는) sgraham에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension that makes your New Tab Page be your Google Tasks."입니다.
확장 프로그램 스크린샷
New Tab to Tasks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Minimalistic redirection of your New Tab page to Google Tasks. It's nice to have it in Mail, Calendar, etc. except I forget to look at it. This way I tend to see and hopefully *do* the things more often. **Update**, version 4: attempted fix the "losing url when you open a new tab and paste a new url quickly"-problem. Let me know if you still run into problems (wish this silly forum sent notifications :/) Version 5: Should work with the new app store format now. Version 6: Options page with optional suffix on url, and possibly Google Apps for Your Domain. I'm not sure it works as tasks doesn't really seem to support multi-login.
확장 프로그램 기본 정보
이름 | New Tab to Tasks |
ID | bokbgdhblfolpfanocjafjhpjkebhlfk |
공식 URL | https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk |
설명 | A simple extension that makes your New Tab Page be your Google Tasks. |
파일 크기 | 15.41 KB |
설치 횟수 | 7,848 |
현재 버전 | 6 |
최근 업데이트 | 2013-07-05 |
출시 날짜 | 2013-07-04 |
평점 | 4.09/5 총 235 개의 평점 |
개발자 | sgraham |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.h4ck3r.net/ |
도움말 페이지 URL | http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab to Tasks", "description": "A simple extension that makes your New Tab Page be your Google Tasks.", "icons": { "128": "icon.png" }, "version": "6", "chrome_url_overrides": { "newtab": "redirect.html" }, "manifest_version": 2, "options_page": "options.html" } |