BGSearch

BGSearch.net - Search the net from your Chrome browser

BGSearch क्या है?

BGSearch http://bgsearch.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BGSearch.net - Search the net from your Chrome browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BGSearch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}