Simple Todo
Replace the newtab page with a simple todo list
Apa itu Simple Todo?
Simple Todo adalah ekstensi Chrome yang dikembangkan oleh Arnelle Balane, dan fitur utamanya adalah "Replace the newtab page with a simple todo list".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Todo
Unduh file ekstensi Simple Todo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Simple Todo |
ID | kobeijgkgkcgknodjkganceliljepmjf |
URL Resmi | https://chromewebstore.google.com/detail/simple-todo/kobeijgkgkcgknodjkganceliljepmjf |
Deskripsi | Replace the newtab page with a simple todo list |
Ukuran File | 706 KB |
Jumlah Instalasi | 1,898 |
Versi Saat Ini | 1.13.10 |
Terakhir Diperbarui | 2024-02-12 |
Tanggal Publikasi | 2021-05-06 |
Penilaian | 5.00/5 Total 15 Penilaian |
Pengembang | Arnelle Balane |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://simple-todo.arnelle.dev/ |
URL Halaman Bantuan | https://github.com/arnellebalane/simple-todo/issues/new |
Bahasa yang Didukung | 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" } } |