Smart New Tab Page 2

Creats app icons for your most visited sites

Smart New Tab Page 2とは何ですか?

Smart New Tab Page 2はMohamed Ahmedによって開発されたChromeの拡張機能で、その主な機能は「Creats app icons for your most visited sites」です。

拡張機能のスクリーンショット

screenshot
screenshot

Smart New Tab Page 2拡張機能のCRXファイルをダウンロード

Smart New Tab Page 2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Smart New Tab Page 2 Smart New Tab Page 2
ID mpdpfhkopknlmfkohjglcbdhimponkco
公式URL https://chromewebstore.google.com/detail/smart-new-tab-page-2/mpdpfhkopknlmfkohjglcbdhimponkco
説明 Creats app icons for your most visited sites
ファイルサイズ 496 KB
インストール数 19
現在のバージョン 0.1.1
最終更新日 2015-01-14
公開日 2015-01-13
開発者 Mohamed Ahmed
Eメール [email protected]
支払い方法 free
対応言語 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'"
}