Aww

Replaces the new tab page with the cutest gifs from /r/aww

O que é Aww?

Aww é uma extensão do Chrome desenvolvida por Anuraag, e sua principal característica é "Replaces the new tab page with the cutest gifs from /r/aww".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Aww

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

                                            

Informações Básicas da Extensão

Nome Aww Aww
ID ceojjgdcmdmcpiplcnbbbjfgplhledhj
URL Oficial https://chrome.google.com/webstore/detail/aww/ceojjgdcmdmcpiplcnbbbjfgplhledhj
Descrição Replaces the new tab page with the cutest gifs from /r/aww
Tamanho do Arquivo 77.02 KB
Contagem de Instalações 17
Versão Atual 1.1
Última Atualização 2017-05-13
Data de Publicação 2017-05-13
Classificação 1.33/5 Total de 6 Avaliações
Desenvolvedor Anuraag
Tipo de Pagamento free
Site da Extensão http://anuraag.me
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aww",
    "description": "Replaces the new tab page with the cutest gifs from \/r\/aww",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/reddit.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}