New Tab Beautifier

Beautify Chrome's new tab page with awesome background images.

New Tab Beautifierとは何ですか?

New Tab BeautifierはTab Beautifiersによって開発されたChromeの拡張機能で、その主な機能は「Beautify Chrome's new tab page with awesome background images.」です。

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

screenshot

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

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

拡張機能の使用方法

                        New Tab Beautifier V 1.0 is a Chrome extension to give you the awesome experience while opening new tab before opening any website or URL. It will change the background of your chrome browser internally and show you beautiful wallpaper in the background. You will see new wallpaper on every tab opening. We have created this tab beautifier to make you feel fresh on each tab you open. It’s very beneficial for the people who spent lots of time on the internet and get frustrated with white background. They feel their life like black & white. This New Tab Beautifier definitely will add some happiness in you day to day work on the internet.                    

拡張機能の基本情報

名前 New Tab Beautifier New Tab Beautifier
ID jaffpmdkmkpbmjhgiogmkipocghhnelg
公式URL https://chrome.google.com/webstore/detail/new-tab-beautifier/jaffpmdkmkpbmjhgiogmkipocghhnelg
説明 Beautify Chrome's new tab page with awesome background images.
ファイルサイズ 12.87 KB
インストール数 370
現在のバージョン 1.0
最終更新日 2014-07-25
公開日 2014-07-25
評価 4.49/5 合計 76 レビュー
開発者 Tab Beautifiers
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Beautify Chrome's new tab page with awesome background images.",
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "New Tab Beautifier",
    "version": "1.0"
}