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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        ]
    }
}