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은(는) http://www.slidingtabs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

bing search newtab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}