BGSearch
BGSearch.net - Search the net from your Chrome browser
BGSearchคืออะไร?
BGSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bgsearch.net และคุณลักษณะหลักของมันคือ "BGSearch.net - Search the net from your Chrome browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BGSearch
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |