Theme of New Tab

Add a really cool picture to the new tab to brighten up your day.

Theme of New Tabとは何ですか?

Theme of New Tabはhttps://atavi.comによって開発されたChromeの拡張機能で、その主な機能は「Add a really cool picture to the new tab to brighten up your day.」です。

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

screenshot

Theme of New Tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Theme of New Tab Theme of New Tab
ID knflcnelciofoghldagpknelepafjeif
公式URL https://chromewebstore.google.com/detail/theme-of-new-tab/knflcnelciofoghldagpknelepafjeif
説明 Add a really cool picture to the new tab to brighten up your day.
ファイルサイズ 143 KB
インストール数 9,337
現在のバージョン 1.5
最終更新日 2017-06-08
公開日 2017-06-07
評価 4.13/5 合計 67 レビュー
開発者 https://atavi.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://atavi.com/browser-themes/?from=chrome-nt
ヘルプページのURL https://atavi.com/help/faq/?from=chrome-nt
対応言語 de,en,fr,nl,tr,es,hr,it,pl,pt-BR,ro,sk,fi,sv,cs,ru,uk,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.5",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/atavi.com",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background\/page.html"
    },
    "page_action": {
        "default_icon": "i\/icon19.png",
        "default_title": "__MSG_pageaction_title__",
        "default_popup": "create\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "AtaviExt.js",
                "includes\/common.js"
            ],
            "css": [
                "c\/common.css"
            ]
        }
    ],
    "omnibox": {
        "keyword": "atavi"
    },
    "options_page": "options\/import.html",
    "web_accessible_resources": [
        "includes\/inject.js",
        "config.json"
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            }
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "bookmarks",
        "history",
        "topSites",
        "tabs",
        "cookies",
        "storage",
        ""
    ],
    "optional_permissions": [
        "topSites"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.atavi.com\/*",
            "*:\/\/*.atavi.test\/*"
        ]
    }
}