bing search newtab

bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.

ما هو bing search newtab؟

bing search newtab هو إضافة Chrome تم تطويرها بواسطة http://www.slidingtabs.com، والميزة الرئيسية لها هي "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة bing search newtab

قم بتنزيل ملفات الامتداد bing search newtab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Homepage Customizer + Wallpapers (Chrome)
With stunning HD background wallpapers , enhance your New Tab Page with a search box that allows you to search the web using Bing Search.

Fully responsive so your content will always look good on any screen size

Awesome sliders give you the opportunity to showcase important content                    

معلومات أساسية عن التمديد

الاسم bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
الوصف bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
حجم الملف 3.69 MB
عدد التثبيتات 13
النسخة الحالية 1.3
آخر تحديث 2018-06-07
تاريخ النشر 2018-06-07
تقييم 5.00/5 مجموع تقييمات 1
المطور http://www.slidingtabs.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bing search newtab",
    "version": "1.3",
    "description": "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "customizer.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content-script.js"
            ]
        }
    ],
    "manifest_version": 2
}