Programming Tips

Shows programming tips when you open a new tab

Qu'est-ce que Programming Tips ?

Programming Tips est une extension Chrome développée par Unknown, et sa fonction principale est "Shows programming tips when you open a new tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Programming Tips

Téléchargez les fichiers d'extension Programming Tips au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Programming Tips Programming Tips
ID ooaiehbfngcjjeaiedpffeajkeleikpl
URL Officiel https://chromewebstore.google.com/detail/programming-tips/ooaiehbfngcjjeaiedpffeajkeleikpl
Description Shows programming tips when you open a new tab
Taille du Fichier 402 KB
Nombre d'Installations 978
Version Actuelle 1.1.0
Dernière Mise à Jour 2018-06-20
Date de Publication 2018-06-20
Évaluation 4.75/5 Total 8 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://hackr.io
URL de la Page d'Aide https://hackr.io/feedback
Langues Prises en Charge 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'"
}