Front End Tips Tab

Get HTML / CSS / Javascript tips when you open a new tab in Chrome

What is Front End Tips Tab?

Front End Tips Tab is a Chrome extension developed by Neil Patel, and its main feature is "Get HTML / CSS / Javascript tips when you open a new tab in Chrome".

Extension Screenshots

screenshot

Download Front End Tips Tab Extension CRX File

Download Front End Tips Tab 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

                        a Google Chrome extension to show HTML/CSS/Javascript tips in new tabs! This is for anyone learning HTML/CSS and Javascript. Many users learning to code have their own flashcards & notes. So this will help them out with an extra dash of technology!                    

Extension Basic Information

Name Front End Tips Tab Front End Tips Tab
ID igcjnmlofnnoiicdgpeabcjhbdcbieil
Official URL https://chromewebstore.google.com/detail/front-end-tips-tab/igcjnmlofnnoiicdgpeabcjhbdcbieil
Description Get HTML / CSS / Javascript tips when you open a new tab in Chrome
File Size 8.89 KB
Installation Count 51
Current Version 0.0.0.1
Last Updated 2017-10-03
Publish Date 2017-10-03
Rating 4.50/5 Total 2 Ratings
Developer Neil Patel
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Front End Tips Tab",
    "manifest_version": 2,
    "description": "Get HTML \/ CSS \/ Javascript tips when you open a new tab in Chrome",
    "version": "0.0.0.1",
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "html.png"
    }
}