todo.tab
todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.
todo.tab란 무엇입니까?
todo.tab은(는) http://www.blend88.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page."입니다.
확장 프로그램 스크린샷
todo.tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features include: - Minimalist interface - Editable list title - Markdown support and preview abilities - Data is synced in real-time across all open tabs in any browser/computer you are signed in to - Keyboard shortcuts. - Themes - Multiple bullet styles.
확장 프로그램 기본 정보
이름 | |
ID | ppoldfapfboboakhinjjmgkolkjhjjkm |
공식 URL | https://chrome.google.com/webstore/detail/todotab/ppoldfapfboboakhinjjmgkolkjhjjkm |
설명 | todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page. |
파일 크기 | 681 KB |
설치 횟수 | 51 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2015-01-29 |
출시 날짜 | 2015-01-29 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://www.blend88.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/blend88/todo.tab |
도움말 페이지 URL | https://github.com/blend88/todo.tab/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "todo.tab", "version": "1.0.1", "manifest_version": 2, "description": "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.", "homepage_url": "https:\/\/github.com\/blend88\/todo.tab", "icons": { "16": "icons\/icon_16x16.png", "48": "icons\/icon_48x48.png", "128": "icons\/icon_128x128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "clipboardRead", "contextMenus", "management", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |