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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}