Inspiring Todo App
Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.
Inspiring Todo App란 무엇입니까?
Inspiring Todo App은(는) symph.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app."입니다.
확장 프로그램 스크린샷
Inspiring Todo App 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Inspiring Todo App is now on version 2! Simple and minimal todo app with beautiful background imagery. Features: * Straightforward todo app * Prioritize tasks by pressing the Star icon * Edit by double clicking task * Drag and drop reorder * Daily greetings * Beautiful background images * Choose from collections of images * Customize how it looks Coming soon: * Pomodoro * Scheduling * Reminders * Alert Notifications * Integrations * and more.. Web version: http://inspiringtodoapp.com/
확장 프로그램 기본 정보
이름 | Inspiring Todo App |
ID | nijkmcebnmihobeilndjmmdmkgneamcd |
공식 URL | https://chromewebstore.google.com/detail/inspiring-todo-app/nijkmcebnmihobeilndjmmdmkgneamcd |
설명 | Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app. |
파일 크기 | 3.07 MB |
설치 횟수 | 146 |
현재 버전 | 2.0.3 |
최근 업데이트 | 2022-06-16 |
출시 날짜 | 2022-06-07 |
평점 | 4.80/5 총 10 개의 평점 |
개발자 | symph.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://inspiringtodoapp.com/ |
도움말 페이지 URL | https://docs.google.com/forms/d/e/1FAIpQLSciV4HXMrUf-HUPgAda03f5jzzlf9NtKjQkOIJRWTj2Bzy3TA/viewform |
개인정보 보호 정책 페이지 URL | https://inspiringtodoapp.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Inspiring Todo App", "description": "Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.", "version": "2.0.3", "author": "Dan Pantinople", "action": { "default_icon": "icons\/icon48.png", "default_title": "Get inspired now!" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "background" ], "host_permissions": [ "https:\/\/*.unsplash.com\/*", "*:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https:\/\/ida-todo-app.firebaseio.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com" } } |