Tab Pro

A clean, simple new tab page

Qu'est-ce que Tab Pro ?

Tab Pro est une extension Chrome développée par https://www.smibware.com, et sa fonction principale est "A clean, simple new tab page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Pro

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

                        A simple, clean and elegant new tab page. 

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

Informations de Base sur l'Extension

Nom Tab Pro Tab Pro
ID ancpkmhofkbnnokhminpbegbhdafdjbg
URL Officiel https://chromewebstore.google.com/detail/tab-pro/ancpkmhofkbnnokhminpbegbhdafdjbg
Description A clean, simple new tab page
Taille du Fichier 1.17 MB
Nombre d'Installations 12
Version Actuelle 2.0
Dernière Mise à Jour 2016-01-19
Date de Publication 2016-01-19
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.smibware.com
Type de Paiement free
Langues Prises en Charge 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
}