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

                        This extension overrides the new tab page with chrome apps page. This app does not need any special permissions.                    

Informazioni di Base sull'Estensione

Nome New Tab with Apps New Tab with Apps
ID jbfelchjnicpmdnfmcfpfajkdpibabkl
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-with-apps/jbfelchjnicpmdnfmcfpfajkdpibabkl
Descrizione Override the new tab page with Google Chrome Apps page, does not need many permissions
Dimensione del File 10.12 KB
Conteggio Installazioni 2,054
Versione Corrente 0.2
Ultimo Aggiornamento 2014-11-12
Data di Pubblicazione 2014-04-02
Valutazione 3.50/5 Totale 2 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
}