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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Simple Todo Simple Todo
ID kobeijgkgkcgknodjkganceliljepmjf
官方網址 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"
    }
}