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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |