Programming Tips

Shows programming tips when you open a new tab

O que é Programming Tips?

Programming Tips é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Shows programming tips when you open a new tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Programming Tips

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

                        If you are learning to code or want to keep your programming skills sharp, this extension is for you. See a new programming tip every time you open a new tab. Choose the programming languages/tools (JavaScript, Python, Java, Go, C++, HTML, CSS, etc.) for which you want to see the tips.
Feel free to submit your programming tips/tricks/insights that you want to share with the programming community. You can submit a code snippet you regularly use, a tip or trick not commonly known, or any suggestions for fellow learners from your side.                    

Informações Básicas da Extensão

Nome Programming Tips Programming Tips
ID ooaiehbfngcjjeaiedpffeajkeleikpl
URL Oficial https://chromewebstore.google.com/detail/programming-tips/ooaiehbfngcjjeaiedpffeajkeleikpl
Descrição Shows programming tips when you open a new tab
Tamanho do Arquivo 402 KB
Contagem de Instalações 978
Versão Atual 1.1.0
Última Atualização 2018-06-20
Data de Publicação 2018-06-20
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://hackr.io
URL da Página de Ajuda https://hackr.io/feedback
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Programming Tips",
    "manifest_version": 2,
    "description": "Shows programming tips when you open a new tab",
    "version": "1.1.0",
    "permissions": [
        "storage",
        "https:\/\/hackr.io\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "code-logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'"
}