Tabula (New Tab To-do List)
Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.
Tabula (New Tab To-do List)란 무엇입니까?
Tabula (New Tab To-do List)은(는) Joao Antunes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync."입니다.
확장 프로그램 스크린샷
Tabula (New Tab To-do List) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Main features:
- Replaces New Tab Page with a list of to-do items.
- Synchronized to-do items across your google chrome instances.
- Ability to access old to-do items (Show Previous Entries).
- Searchable to-do items.
- Editable to-do items in place.
- Automatically populates today's entry with unfinished to-do items.
- Random background (our of 6, more coming). 확장 프로그램 기본 정보
| 이름 | |
| ID | pnadejonabhdibgdmgfcomljhddlpfcc |
| 공식 URL | https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc |
| 설명 | Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync. |
| 파일 크기 | 5.94 MB |
| 설치 횟수 | 1,185 |
| 현재 버전 | 0.0.9 |
| 최근 업데이트 | 2018-03-07 |
| 출시 날짜 | 2018-03-06 |
| 평점 | 4.33/5 총 15 개의 평점 |
| 개발자 | Joao Antunes |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/jasantunes/Tabula |
| 도움말 페이지 URL | https://github.com/jasantunes/Tabula |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tabula (New Tab To-do List)",
"short_name": "Tabula",
"version": "0.0.9",
"description": "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"homepage_url": "https:\/\/github.com\/jasantunes\/Tabula",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage",
"identity"
]
} | |