New Tab with Apps

Override the new tab page with Google Chrome Apps page, does not need many permissions

Qu'est-ce que New Tab with Apps ?

New Tab with Apps est une extension Chrome développée par https://sites.google.com/site/sandeshmore, et sa fonction principale est "Override the new tab page with Google Chrome Apps page, does not need many permissions".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension New Tab with Apps

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

                        Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.                    

Informations de Base sur l'Extension

Nom New Tab with Apps New Tab with Apps
ID ccahedhbdoiklejagbfhklgmhefagpgd
URL Officiel https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd
Description Override the new tab page with Google Chrome Apps page, does not need many permissions
Taille du Fichier 10.12 KB
Nombre d'Installations 401
Version Actuelle 0.2
Dernière Mise à Jour 2014-04-04
Date de Publication 2014-04-03
Évaluation 3.00/5 Total 3 Évaluations
Développeur https://sites.google.com/site/sandeshmore
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab with Apps",
    "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "new_tab_chrome_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "allapps16.png",
        "48": "allapps48.png",
        "128": "allapps128.png"
    },
    "manifest_version": 2
}