Coding Tips

Coding tips when you open a new tab in Chrome

Wat is Coding Tips?

Coding Tips is een Chrome-extensie ontwikkeld door Sasikanth Dronavalli, en de belangrijkste functie is "Coding tips when you open a new tab in Chrome".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Coding Tips

Download Coding Tips-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Coding Tips Coding Tips
ID gcjmgfcpbdkogbohifpkkifjpedapelg
Officiële URL https://chrome.google.com/webstore/detail/coding-tips/gcjmgfcpbdkogbohifpkkifjpedapelg
Beschrijving Coding tips when you open a new tab in Chrome
Bestandsgrootte 111 KB
Aantal Installaties 652
Huidige Versie 0.0.6
Laatst Bijgewerkt 2019-07-15
Publicatiedatum 2019-07-15
Beoordeling 4.55/5 Totaal 11 Beoordelingen
Ontwikkelaar Sasikanth Dronavalli
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sasikanth513/coding-tips
Help Pagina-URL https://github.com/sasikanth513/coding-tips/issues
Ondersteunde Talen 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"
    }
}