If You're Bored... New Tab

New tab page that shows list of things you could be doing instead of wasting your time on the internet.

O que é If You're Bored... New Tab?

If You're Bored... New Tab é uma extensão do Chrome desenvolvida por johannes.santen, e sua principal característica é "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão If You're Bored... New Tab

Baixe arquivos de extensão If You're Bored... New Tab 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

                        This extension replaces the default new tab page in chrome with an editable list. The idea is that if you're opening a new tab because you're bored, you'll see a list of things you could be doing instead of wasting your time on the internet.                    

Informações Básicas da Extensão

Nome If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
URL Oficial https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
Descrição New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Tamanho do Arquivo 99.84 KB
Contagem de Instalações 20
Versão Atual 1.1
Última Atualização 2017-05-14
Data de Publicação 2017-05-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor johannes.santen
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "If You're Bored... New Tab",
    "description": "New tab page that shows list of things you could be doing instead of wasting your time on the internet.",
    "version": "1.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "ifyourebored.html"
    }
}