Coding Tips

Coding tips when you open a new tab in Chrome

Qu'est-ce que Coding Tips ?

Coding Tips est une extension Chrome développée par Sasikanth Dronavalli, et sa fonction principale est "Coding tips when you open a new tab in Chrome".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Coding 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

                        Shows coding tips when open a new tab. Code tips from 6 programming languages i.e, Android, Python, CSS, Javascript, Bash, and GIT tips.                    

Informations de Base sur l'Extension

Nom Coding Tips Coding Tips
ID gcjmgfcpbdkogbohifpkkifjpedapelg
URL Officiel https://chrome.google.com/webstore/detail/coding-tips/gcjmgfcpbdkogbohifpkkifjpedapelg
Description Coding tips when you open a new tab in Chrome
Taille du Fichier 111 KB
Nombre d'Installations 652
Version Actuelle 0.0.6
Dernière Mise à Jour 2019-07-15
Date de Publication 2019-07-15
Évaluation 4.55/5 Total 11 Évaluations
Développeur Sasikanth Dronavalli
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sasikanth513/coding-tips
URL de la Page d'Aide https://github.com/sasikanth513/coding-tips/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coding Tips",
    "manifest_version": 2,
    "description": "Coding tips when you open a new tab in Chrome",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "0.0.6",
    "permissions": [
        "management",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/logo.png"
    }
}