New GFDA tab

A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/

O que é New GFDA tab?

New GFDA tab é uma extensão do Chrome desenvolvida por Andreas Cederström, e sua principal característica é "A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão New GFDA tab

Baixe arquivos de extensão New GFDA 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 plugin replaces the default new tab with a random Good Fucking Design Advice.

All the advices, CSS and some JavaScript have been copied from http://goodfuckingdesignadvice.com/ and then modified to meet my needs.                    

Informações Básicas da Extensão

Nome New GFDA tab New GFDA tab
ID gbgjbabfffljcgcaeggipokmibddbjmg
URL Oficial https://chrome.google.com/webstore/detail/new-gfda-tab/gbgjbabfffljcgcaeggipokmibddbjmg
Descrição A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/
Tamanho do Arquivo 157 KB
Contagem de Instalações 216
Versão Atual 1.0.4
Última Atualização 2017-10-24
Data de Publicação 2017-10-23
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Andreas Cederström
Tipo de Pagamento free
Site da Extensão https://goodfuckingdesignadvice.com
URL da Página de Ajuda https://github.com/cederstrom/new-gfda-tab-for-chrome/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New GFDA tab",
    "short_name": "New GFDA tab",
    "description": "A new tab plugin which displays a random GFDA. More can be found at https:\/\/goodfuckingdesignadvice.com\/",
    "version": "1.0.4",
    "chrome_url_overrides": {
        "newtab": "gfda.html"
    },
    "icons": {
        "128": ".\/images\/logo.png"
    }
}