Smart New Tab Page 2

Creats app icons for your most visited sites

What is Smart New Tab Page 2?

Smart New Tab Page 2 is a Chrome extension developed by Mohamed Ahmed, and its main feature is "Creats app icons for your most visited sites".

Extension Screenshots

screenshot
screenshot

Download Smart New Tab Page 2 Extension CRX File

Download Smart New Tab Page 2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Smart New Tab Page 2 Smart New Tab Page 2
ID mpdpfhkopknlmfkohjglcbdhimponkco
Official URL https://chromewebstore.google.com/detail/smart-new-tab-page-2/mpdpfhkopknlmfkohjglcbdhimponkco
Description Creats app icons for your most visited sites
File Size 496 KB
Installation Count 19
Current Version 0.1.1
Last Updated 2015-01-14
Publish Date 2015-01-13
Developer Mohamed Ahmed
Email [email protected]
Payment Type free
Supported Languages 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'"
}