ToDoin

Keep Things Simple.

O que é ToDoin?

ToDoin é uma extensão do Chrome desenvolvida por idan.goldman, e sua principal característica é "Keep Things Simple.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ToDoin

Baixe arquivos de extensão ToDoin 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

                        ToDoin was created to make your day simpler. In this hectic life we’re living, you sure can use a great tool that keeps your todos organized and because we know you already spend a lot of your time browsing, we’ve integrated this tool in the most popular browser in the world. Smart, right? 

ToDoin is a user-friendly Chrome extension that can offer you a variety of features, including: 

- Create, Edit, Complete Todos.
- Clear Todos.
- Sort By “Complete” or “Date”.
- Icon Indicator for Remain Todos.
- Drag & Drop Todos.
- Turning URLs to clickable links.
- Turning Email Address into a Name
- Private Todo Mode.                    

Informações Básicas da Extensão

Nome ToDoin ToDoin
ID gobimjknanlaehcjalekeoolepmmjhpk
URL Oficial https://chrome.google.com/webstore/detail/gobimjknanlaehcjalekeoolepmmjhpk
Descrição Keep Things Simple.
Tamanho do Arquivo 782 KB
Contagem de Instalações 83
Versão Atual 3.2.2
Última Atualização 2016-04-29
Data de Publicação 2016-04-29
Classificação 4.88/5 Total de 8 Avaliações
Desenvolvedor idan.goldman
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ToDoin",
    "version": "3.2.2",
    "manifest_version": 2,
    "description": "Keep Things Simple.",
    "homepage_url": "http:\/\/todo.help",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "index.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "ToDoin 3.2.2",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "contextMenus",
        "fontSettings"
    ]
}