Bing FrontPage

Start your day exactly how you like it by personalizing your browser.

什麼是Bing FrontPage?

Bing FrontPage是由Microsoft Corporation開發的Chrome擴展程式,該擴展的主要功能是“Start your day exactly how you like it by personalizing your browser.”。

擴展截圖

screenshot
screenshot
screenshot

下載Bing FrontPage擴展crx文件

下載Bing FrontPage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Start your day exactly how you like it. See any image you choose or the Bing image of the day when you open a new browser tab with this official extension from Bing. 
 
Here's what you can do:
 
•	Find quick links to helpful resources and widgets
•	Get easy access to search the web with Bing
•	Upload your own image or see the Bing image of the day
 
Plus: This extension also sets Bing as your default search engine, allowing you to easily access any information on the web.                    

擴展基本資訊

名稱 Bing FrontPage Bing FrontPage
ID dheeaedbndbecfdpmbcolpfoclkbcddo
官方網址 https://chromewebstore.google.com/detail/bing-frontpage/dheeaedbndbecfdpmbcolpfoclkbcddo
簡介 Start your day exactly how you like it by personalizing your browser.
檔案大小 97.24 KB
安裝次數 20,000
目前版本 1.0.6
更新時間 2023-09-28
上架時間 2020-10-05
評分 3.76/5 共 17 次評分
開發者 Microsoft Corporation
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://go.microsoft.com/fwlink?LinkId=521839
支援的語言 en
manifest.json
{
    "background": {
        "scripts": [
            ".\/scripts\/ping.js",
            ".\/background.bundle.js"
        ]
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/www.bing.com\/travel?FORM=TGHPNT&entrypoint=TGHPNT&PC=U597",
        "search_provider": {
            "is_default": true,
            "prepopulated_id": 3,
            "search_url": "https:\/\/www.bing.com\/search?FORM=U597DF&PC=U597&q={searchTerms}",
            "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?FORM=U597DF&PC=U597&query={searchTerms}"
        },
        "startup_pages": [
            "https:\/\/www.bing.com\/travel?FORM=TGHPNT&entrypoint=TGHPNT&PC=U597"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_ExtnDescription__",
    "icons": {
        "128": ".\/assets\/icon_128x128.png",
        "16": ".\/assets\/icon_16x16.png",
        "48": ".\/assets\/icon_48x48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ExtnName__",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "tabs",
        "alarms",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6",
    "web_accessible_resources": [
        "templates\/quickSearch.html"
    ]
}