Front End Tips Tab

Get HTML / CSS / Javascript tips when you open a new tab in Chrome

O que é Front End Tips Tab?

Front End Tips Tab é uma extensão do Chrome desenvolvida por Neil Patel, e sua principal característica é "Get HTML / CSS / Javascript tips when you open a new tab in Chrome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Front End Tips Tab

Baixe arquivos de extensão Front End Tips 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

                        a Google Chrome extension to show HTML/CSS/Javascript tips in new tabs! This is for anyone learning HTML/CSS and Javascript. Many users learning to code have their own flashcards & notes. So this will help them out with an extra dash of technology!                    

Informações Básicas da Extensão

Nome Front End Tips Tab Front End Tips Tab
ID igcjnmlofnnoiicdgpeabcjhbdcbieil
URL Oficial https://chromewebstore.google.com/detail/front-end-tips-tab/igcjnmlofnnoiicdgpeabcjhbdcbieil
Descrição Get HTML / CSS / Javascript tips when you open a new tab in Chrome
Tamanho do Arquivo 8.89 KB
Contagem de Instalações 51
Versão Atual 0.0.0.1
Última Atualização 2017-10-03
Data de Publicação 2017-10-03
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Neil Patel
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Front End Tips Tab",
    "manifest_version": 2,
    "description": "Get HTML \/ CSS \/ Javascript tips when you open a new tab in Chrome",
    "version": "0.0.0.1",
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "html.png"
    }
}