Simple Tab

Access your apps on a new tab page

Qu'est-ce que Simple Tab ?

Simple Tab est une extension Chrome développée par gyermich, et sa fonction principale est "Access your apps on a new tab page".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        With the recent Chrome update you can no longer choose an option to display your apps in the default  New Tab page.  Simple Tab allows you to organize and launch your apps from your New Tab page.                    

Informations de Base sur l'Extension

Nom Simple Tab Simple Tab
ID ocbmfchgnfegdhnhaopiamakccnlkaga
URL Officiel https://chrome.google.com/webstore/detail/simple-tab/ocbmfchgnfegdhnhaopiamakccnlkaga
Description Access your apps on a new tab page
Taille du Fichier 119 KB
Nombre d'Installations 147
Version Actuelle 1.2
Dernière Mise à Jour 2014-03-22
Date de Publication 2014-03-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur gyermich
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Tab",
    "description": "Access your apps on a new tab page",
    "version": "1.2",
    "permissions": [
        "management",
        "tabs"
    ],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery-2.1.0.js",
                "script.js",
                "jquery.gridster.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}