Simple Todo
Replace the newtab page with a simple todo list
什么是Simple Todo?
Simple Todo是由Arnelle Balane开发的Chrome扩展程序,该扩展的主要功能是“Replace the newtab page with a simple todo list”。
扩展截图
下载Simple Todo扩展crx文件
下载Simple Todo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FEATURES
👉 Manage todo items across three predefined lists: Today, This Week, Eventually
🌒 Dark mode
🎨 Configurable color schemes
🏞 Background images from Unsplash or custom uploaded image
🙈 Privacy mode
🏷 Custom tags
🔍 Search and filtering
🔗 Quick links and frequently visited sites 扩展基本信息
| 名称 | |
| ID | kobeijgkgkcgknodjkganceliljepmjf |
| 官方URL | https://chromewebstore.google.com/detail/simple-todo/kobeijgkgkcgknodjkganceliljepmjf |
| 简介 | Replace the newtab page with a simple todo list |
| 文件大小 | 706 KB |
| 安装次数 | 1,898 |
| 当前版本 | 1.13.10 |
| 更新时间 | 2024-02-12 |
| 上架时间 | 2021-05-06 |
| 评分 | 5.00/5 共15次评分 |
| 开发者 | Arnelle Balane |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://simple-todo.arnelle.dev/ |
| 帮助页面URL | https://github.com/arnellebalane/simple-todo/issues/new |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Simple Todo",
"version": "1.13.10",
"description": "Replace the newtab page with a simple todo list",
"icons": {
"48": "build\/icons\/48x48.png",
"128": "build\/icons\/128x128.png"
},
"author": "Arnelle Balane",
"homepage_url": "https:\/\/simple-todo.arnelle.dev",
"chrome_url_overrides": {
"newtab": "build\/index.html"
},
"permissions": [
"topSites"
],
"host_permissions": [
"https:\/\/simple-todo.arnelle.dev\/"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' data: blob: https: http:; script-src 'self'; connect-src 'self' https:\/\/simple-todo.arnelle.dev https:\/\/images.unsplash.com https:\/\/o31372.ingest.sentry.io"
}
} | |