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文件

下载Scenic New Tab with Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}