Rundown

Your tasks, easily managed in the new-tab page.

O que é Rundown?

Rundown é uma extensão do Chrome desenvolvida por Hristiyan Dodov, e sua principal característica é "Your tasks, easily managed in the new-tab page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Rundown

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

                        It's simple. You get a rich-text editor where you can structure tasks however you wish.

On a blank line, type a dash "-" followed by space to create a new to-do list. To create a regular list, type an asterisk "*" followed by a space. For headings and bold/italic text refer to the Markdown syntax: https://markdownguide.org/basic-syntax

You can recap your work and see a split view of the tasks you've currently done and the ones remaining. Then, you can filter your document and leave just undone tasks.                    

Informações Básicas da Extensão

Nome Rundown Rundown
ID opjjddkgmphhkjlgocopmeolmmibiphb
URL Oficial https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb
Descrição Your tasks, easily managed in the new-tab page.
Tamanho do Arquivo 149 KB
Contagem de Instalações 22
Versão Atual 1.0.3
Última Atualização 2019-10-23
Data de Publicação 2019-10-23
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Hristiyan Dodov
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "name": "Rundown",
    "description": "Your tasks, easily managed in the new-tab page.",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}