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
拡張機能の基本情報
名前 | Simple Todo |
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 |
Eメール | [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" } } |