Smart New Tab Page 2

Creats app icons for your most visited sites

Cos'è Smart New Tab Page 2?

Smart New Tab Page 2 è un'estensione di Chrome sviluppata da Mohamed Ahmed, e la sua funzione principale è "Creats app icons for your most visited sites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Smart New Tab Page 2

Scarica i file di estensione Smart New Tab Page 2 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

                        A new tab page which automatically shows you your most visited sites displayed as beautiful app icons.                    

Informazioni di Base sull'Estensione

Nome Smart New Tab Page 2 Smart New Tab Page 2
ID mpdpfhkopknlmfkohjglcbdhimponkco
URL Ufficiale https://chromewebstore.google.com/detail/smart-new-tab-page-2/mpdpfhkopknlmfkohjglcbdhimponkco
Descrizione Creats app icons for your most visited sites
Dimensione del File 496 KB
Conteggio Installazioni 19
Versione Corrente 0.1.1
Ultimo Aggiornamento 2015-01-14
Data di Pubblicazione 2015-01-13
Sviluppatore Mohamed Ahmed
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart New Tab Page 2",
    "description": "Creats app icons for your most visited sites",
    "permissions": [
        "topSites",
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js",
                "js\/Utils.js"
            ]
        }
    ],
    "version": "0.1.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'  https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}