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 là gì?

bing search newtab là một tiện ích mở rộng Chrome được phát triển bởi http://www.slidingtabs.com, và tính năng chính của nó là "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng bing search newtab

Tải xuống các tệp mở rộng bing search newtab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
URL Chính Thức https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
Mô tả bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
Kích Thước Tệp 3.69 MB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-06-07
Ngày Phát Hành 2018-06-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://www.slidingtabs.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}