Smart New Tab Page 2

Creats app icons for your most visited sites

Wat is Smart New Tab Page 2?

Smart New Tab Page 2 is een Chrome-extensie ontwikkeld door Mohamed Ahmed, en de belangrijkste functie is "Creats app icons for your most visited sites".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Smart New Tab Page 2

Download Smart New Tab Page 2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Smart New Tab Page 2 Smart New Tab Page 2
ID mpdpfhkopknlmfkohjglcbdhimponkco
Officiële URL https://chromewebstore.google.com/detail/smart-new-tab-page-2/mpdpfhkopknlmfkohjglcbdhimponkco
Beschrijving Creats app icons for your most visited sites
Bestandsgrootte 496 KB
Aantal Installaties 19
Huidige Versie 0.1.1
Laatst Bijgewerkt 2015-01-14
Publicatiedatum 2015-01-13
Ontwikkelaar Mohamed Ahmed
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}