Simple Todo

Replace the newtab page with a simple todo list

O que é Simple Todo?

Simple Todo é uma extensão do Chrome desenvolvida por Arnelle Balane, e sua principal característica é "Replace the newtab page with a simple todo list".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple Todo

Baixe arquivos de extensão Simple Todo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Simple Todo Simple Todo
ID kobeijgkgkcgknodjkganceliljepmjf
URL Oficial https://chromewebstore.google.com/detail/simple-todo/kobeijgkgkcgknodjkganceliljepmjf
Descrição Replace the newtab page with a simple todo list
Tamanho do Arquivo 706 KB
Contagem de Instalações 1,898
Versão Atual 1.13.10
Última Atualização 2024-02-12
Data de Publicação 2021-05-06
Classificação 5.00/5 Total de 15 Avaliações
Desenvolvedor Arnelle Balane
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://simple-todo.arnelle.dev/
URL da Página de Ajuda https://github.com/arnellebalane/simple-todo/issues/new
Idiomas Suportados 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"
    }
}