Scenic New Tab with Search

Enjoy scenic backgrounds on your new tab page with Microsoft Bing search.

Scenic New Tab with Search란 무엇입니까?

Scenic New Tab with Search은(는) Microsoft Corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy scenic backgrounds on your new tab page with Microsoft Bing search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Scenic New Tab with Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enrich your new tab experience with scenic background images. Start a Microsoft Bing web search right from your new tab. By setting Microsoft Bing as your default search engine, you can now easily access any information across the web. Add to Chrome now!

What you will get:
- Different scenic background images on every new tab
- Current date and time on new tab 
- Get easy access to search the web with Bing                    

확장 프로그램 기본 정보

이름 Scenic New Tab with Search Scenic New Tab with Search
ID mcenliogjeiomepfgclnaajpcepgegpj
공식 URL https://chromewebstore.google.com/detail/scenic-new-tab-with-searc/mcenliogjeiomepfgclnaajpcepgegpj
설명 Enjoy scenic backgrounds on your new tab page with Microsoft Bing search.
파일 크기 18.36 MB
설치 횟수 845
현재 버전 1.0.0.9
최근 업데이트 2022-10-22
출시 날짜 2022-07-07
개발자 Microsoft Corporation
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://go.microsoft.com/fwlink?LinkId=521839
지원되는 언어 en,en-US
manifest.json
{
    "action": {
        "default_icon": "images\/Bing_logo_48x48.png"
    },
    "background": {
        "service_worker": "rootServiceWorker.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "favicon_url": "https:\/\/www.bing.com\/favicon.ico",
            "is_default": true,
            "prepopulated_id": 3,
            "search_url": "https:\/\/www.bing.com\/search?EID=SNTP&form=U647MF&pc=U647&q={searchTerms}",
            "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?EID=SNTP&form=U647MF&pc=U647&query={searchTerms}"
        }
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "default_locale": "en",
    "description": "__MSG_extnDescription__",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.bing.com\/*",
            "https:\/\/browserdefaults.microsoft.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/Bing_logo_128x128.png",
        "16": "images\/Bing_logo_16x16.png",
        "48": "images\/Bing_logo_48x48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extnName__",
    "permissions": [
        "storage",
        "cookies",
        "alarms",
        "scripting",
        "declarativeNetRequest",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.9",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "images\/bgextn.png"
            ]
        }
    ]
}