Tab Pro

A clean, simple new tab page

What is Tab Pro?

Tab Pro is a Chrome extension developed by https://www.smibware.com, and its main feature is "A clean, simple new tab page".

Extension Screenshots

screenshot

Download Tab Pro Extension CRX File

Download Tab Pro 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 simple, clean and elegant new tab page. 

This is only the beginning as we are consistently working on updating it.                    

Extension Basic Information

Name Tab Pro Tab Pro
ID ancpkmhofkbnnokhminpbegbhdafdjbg
Official URL https://chromewebstore.google.com/detail/tab-pro/ancpkmhofkbnnokhminpbegbhdafdjbg
Description A clean, simple new tab page
File Size 1.17 MB
Installation Count 12
Current Version 2.0
Last Updated 2016-01-19
Publish Date 2016-01-19
Rating 5.00/5 Total 4 Ratings
Developer https://www.smibware.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/injectcss.css"
            ],
            "exclude_matches": [
                "*:\/\/www.mymaths.co.uk\/",
                "*:\/\/www.myimaths.com\/"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/jquery\/jquery-ui.min.js",
                "js\/injectscript.js"
            ],
            "matches": [
                "*:\/\/www.mymaths.co.uk\/*",
                "*:\/\/www.myimaths.com\/*",
                "*:\/\/app.mymaths.co.uk\/*",
                "*:\/\/app.myimaths.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Tab Pro",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "A clean, simple new tab page",
    "version": "2.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2
}