BGSearch

BGSearch.net - Search the net from your Chrome browser

什麼是BGSearch?

BGSearch是由http://bgsearch.net開發的Chrome擴展程式,該擴展的主要功能是“BGSearch.net - Search the net from your Chrome browser”。

擴展截圖

screenshot
screenshot
screenshot

下載BGSearch擴展crx文件

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

擴展使用說明

                        BGSearch.net - Light and minimal new tab that allows you to search by text or by voice and navigate easily to your favorite, recently visited sites.

The search features use within the extension will be provided by Microsoft Bing; however, the extension will not make any changes in your default browser search setting.

Free stock media content is distributed by Vimeo - https://vimeo.com

Voice recognition is handled by the browser's built-in voice processor and powered by Microsoft.

Please leave a 5 start review!
You can share with us anything at [email protected]

For more information please visit: https://www.bgsearch.net                    

擴展基本資訊

名稱 BGSearch BGSearch
ID pglcgpnjfehbcjhondkejjglnhmdenim
官方網址 https://chrome.google.com/webstore/detail/bgsearch/pglcgpnjfehbcjhondkejjglnhmdenim
簡介 BGSearch.net - Search the net from your Chrome browser
檔案大小 410 KB
安裝次數 5,000
目前版本 1.0.9
更新時間 2022-03-08
上架時間 2020-11-08
評分 4.00/5 共 2 次評分
開發者 http://bgsearch.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.bgsearch.net
隱私政策頁面URL https://www.bgsearch.net/web/privacy_policy
支援的語言 en
manifest.json
{
    "author": "BGSearch.net",
    "name": "BGSearch",
    "version": "1.0.9",
    "manifest_version": 2,
    "description": "BGSearch.net - Search the net from your Chrome browser",
    "homepage_url": "https:\/\/www.bgsearch.net\/",
    "browser_action": {
        "default_icon": {
            "16": "icons\/bgsearch_16.png",
            "32": "icons\/bgsearch_32.png",
            "48": "icons\/bgsearch_48.png",
            "128": "icons\/bgsearch_128.png"
        }
    },
    "icons": {
        "16": "icons\/bgsearch_16.png",
        "32": "icons\/bgsearch_32.png",
        "48": "icons\/bgsearch_48.png",
        "128": "icons\/bgsearch_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "src\/override\/jquery.js",
            "src\/bg\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "topSites",
        "storage",
        "chrome:\/\/favicon\/",
        "webRequest"
    ],
    "short_name": "BGsearch",
    "signature": "BGsearch.net",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}