Coding Tips

Coding tips when you open a new tab in Chrome

What is Coding Tips?

Coding Tips is a Chrome extension developed by Sasikanth Dronavalli, and its main feature is "Coding tips when you open a new tab in Chrome".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Coding Tips Extension CRX File

Download Coding Tips extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Coding Tips Coding Tips
ID gcjmgfcpbdkogbohifpkkifjpedapelg
Official URL https://chrome.google.com/webstore/detail/coding-tips/gcjmgfcpbdkogbohifpkkifjpedapelg
Description Coding tips when you open a new tab in Chrome
File Size 111 KB
Installation Count 652
Current Version 0.0.6
Last Updated 2019-07-15
Publish Date 2019-07-15
Rating 4.55/5 Total 11 Ratings
Developer Sasikanth Dronavalli
Email [email protected]
Payment Type free
Extension Website https://github.com/sasikanth513/coding-tips
Help Page URL https://github.com/sasikanth513/coding-tips/issues
Supported Languages 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"
    }
}