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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | mojodmnhoadkpnflhjkkfjghnhjnmpii |
| 官方網址 | 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"
]
}
} | |