Stay focused

Get a reminder to stay on task when you open a new tab to procrastinate.

O que é Stay focused?

Stay focused é uma extensão do Chrome desenvolvida por https://paulspelman.com, e sua principal característica é "Get a reminder to stay on task when you open a new tab to procrastinate.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stay focused

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

                        If you find yourself constantly opening new tabs to procrastinate while you should be working, this extension was created for you!

Each time you open a new tab, you'll get a quote that'll help you resist the urge to waste time, and motivate you to get back to work.

// If you have a quote you'd like me to add to the extension - just email me at [email protected] - cheers!                    

Informações Básicas da Extensão

Nome Stay focused Stay focused
ID hdapgldmkapoplmijdlennaekoaaekcn
URL Oficial https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn
Descrição Get a reminder to stay on task when you open a new tab to procrastinate.
Tamanho do Arquivo 33.63 KB
Contagem de Instalações 91
Versão Atual 1.0
Última Atualização 2019-06-28
Data de Publicação 2019-06-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://paulspelman.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stay focused",
    "description": "Get a reminder to stay on task when you open a new tab to procrastinate.",
    "version": "1.0",
    "author": "Paul Spelman",
    "browser_action": {
        "default_icon": "favicon-128.png",
        "default_title": "Stay focused"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "96": "favicon-96x96.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}