Peapix New Tab Background

Customize your new tab background with a beautiful Bing homepage images.

Peapix New Tab Backgroundとは何ですか?

Peapix New Tab Backgroundはhttps://peapix.comによって開発されたChromeの拡張機能で、その主な機能は「Customize your new tab background with a beautiful Bing homepage images.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A beautiful New Tab page, replaces new tab page background with Bing homepage images.

[2019-12-20]

- New UI layout.
- Add you most-visited sites.
- Easily turn off web search and most visited sites.

[2019-11-10]

- Add search box, support Google, Bing, Baidu, DuckDuckGo and more.
- Add Bing's daily images of Spain.

This extension replaces your New Tab page with a customized start page. On every new tab, see the beautiful Bing homepage image along with your most-visited sites. You can easily turn the web search and most visited sites on and off. Add to Chrome now!

- Quick the web Search by Bing and Google
 - See today's Bing homepage image(United States,Japan,Germany,China,etc)
 - See your most-visited sites

If you have any suggestion or question, please leave us a message.                    

拡張機能の基本情報

名前 Peapix New Tab Background Peapix New Tab Background
ID mojodmnhoadkpnflhjkkfjghnhjnmpii
公式URL https://chromewebstore.google.com/detail/peapix-new-tab-background/mojodmnhoadkpnflhjkkfjghnhjnmpii
説明 Customize your new tab background with a beautiful Bing homepage images.
ファイルサイズ 32.96 KB
インストール数 859
現在のバージョン 2.0.2
最終更新日 2020-12-21
公開日 2020-06-30
評価 4.67/5 合計 9 レビュー
開発者 https://peapix.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://peapix.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Peapix New Tab Background",
    "version": "2.0.2",
    "homepage_url": "https:\/\/peapix.com",
    "description": "Customize your new tab background with a beautiful Bing homepage images.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms",
        "topSites",
        "chrome:\/\/favicon\/*",
        "https:\/\/peapix.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}