NewTab TODO List
A Simple and Clear NewTab TODO list
NewTab TODO List란 무엇입니까?
NewTab TODO List은(는) https://momane.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Simple and Clear NewTab TODO list"입니다.
확장 프로그램 스크린샷
NewTab TODO List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Simple New Tab list extension that show your todo list every time when you open a new tab in Chrome. Reminders you that you have things todo, helps you getting things done when you still have time. Simple, clean, and focus.
확장 프로그램 기본 정보
이름 | |
ID | fddhgcamabfoeopjhedfkeoekpocekbd |
공식 URL | https://chrome.google.com/webstore/detail/newtab-todo-list/fddhgcamabfoeopjhedfkeoekpocekbd |
설명 | A Simple and Clear NewTab TODO list |
파일 크기 | 71.12 KB |
설치 횟수 | 193 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2022-05-03 |
출시 날짜 | 2022-05-03 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://momane.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://momane.com |
도움말 페이지 URL | https://momane.com |
개인정보 보호 정책 페이지 URL | https://github.com/hankxdev/SendGridTest/blob/master/PrivacyPolicy.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewTab TODO List", "description": "A Simple and Clear NewTab TODO list", "version": "1.0.4", "manifest_version": 2, "homepage_url": "https:\/\/momane.com\/", "permissions": [ "storage" ], "icons": { "128": "logo.png", "16": "logo.png" }, "chrome_url_overrides": { "newtab": "todo.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |