Smart New Tab Page 2

Creats app icons for your most visited sites

Qu'est-ce que Smart New Tab Page 2 ?

Smart New Tab Page 2 est une extension Chrome développée par Mohamed Ahmed, et sa fonction principale est "Creats app icons for your most visited sites".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Smart New Tab Page 2

Téléchargez les fichiers d'extension Smart New Tab Page 2 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

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

Informations de Base sur l'Extension

Nom Smart New Tab Page 2 Smart New Tab Page 2
ID mpdpfhkopknlmfkohjglcbdhimponkco
URL Officiel https://chromewebstore.google.com/detail/smart-new-tab-page-2/mpdpfhkopknlmfkohjglcbdhimponkco
Description Creats app icons for your most visited sites
Taille du Fichier 496 KB
Nombre d'Installations 19
Version Actuelle 0.1.1
Dernière Mise à Jour 2015-01-14
Date de Publication 2015-01-13
Développeur Mohamed Ahmed
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}