New Tab with Apps

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

Cos'è New Tab with Apps?

New Tab with Apps è un'estensione di Chrome sviluppata da https://sites.google.com/site/sandeshmore, e la sua funzione principale è "Override the new tab page with Google Chrome Apps page, does not need many permissions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione New Tab with Apps

Scarica i file di estensione New Tab with Apps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome New Tab with Apps New Tab with Apps
ID ccahedhbdoiklejagbfhklgmhefagpgd
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd
Descrizione Override the new tab page with Google Chrome Apps page, does not need many permissions
Dimensione del File 10.12 KB
Conteggio Installazioni 401
Versione Corrente 0.2
Ultimo Aggiornamento 2014-04-04
Data di Pubblicazione 2014-04-03
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore https://sites.google.com/site/sandeshmore
Tipo di Pagamento free
Lingue Supportate 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
}