Sharpen

Keep your brain awake and stimulated with every new tab

O que é Sharpen?

Sharpen é uma extensão do Chrome desenvolvida por Alex Marshall, e sua principal característica é "Keep your brain awake and stimulated with every new tab".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Sharpen

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

                        Prevent your brain from going to sleep by challenging it with a simple maths equation every time you open a new tab.                    

Informações Básicas da Extensão

Nome Sharpen Sharpen
ID maaofgkfejifepdaflmjoanohgookcch
URL Oficial https://chromewebstore.google.com/detail/sharpen/maaofgkfejifepdaflmjoanohgookcch
Descrição Keep your brain awake and stimulated with every new tab
Tamanho do Arquivo 36.42 KB
Contagem de Instalações 30
Versão Atual 1.1
Última Atualização 2017-04-12
Data de Publicação 2017-04-12
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Alex Marshall
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sharpen",
    "description": "Keep your brain awake and stimulated with every new tab",
    "version": "1.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "sharpen.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "sharpen.js"
            ],
            "run_at": "document_end"
        }
    ]
}