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文件
下载Inspiring Todo App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/ 扩展基本信息
| 名称 | |
| 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"
}
} | |