Peapix New Tab Background
Customize your new tab background with a beautiful Bing homepage images.
ما هو Peapix New Tab Background؟
Peapix New Tab Background هو إضافة Chrome تم تطويرها بواسطة https://peapix.com، والميزة الرئيسية لها هي "Customize your new tab background with a beautiful Bing homepage images.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Peapix New Tab Background
قم بتنزيل ملفات الامتداد Peapix New Tab Background بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
}
} | |