Microsoft Bing Quick Search
Search the web faster when you download the Quick Search extension from Microsoft Bing
Microsoft Bing Quick Searchคืออะไร?
Microsoft Bing Quick Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Microsoft Corporation และคุณลักษณะหลักของมันคือ "Search the web faster when you download the Quick Search extension from Microsoft Bing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Microsoft Bing Quick Search
ดาวน์โหลดไฟล์ส่วนขยาย Microsoft Bing Quick Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It’s easy—Go to any website and highlight the text you want to look up. With just one click, you’ll see your search results on Bing—without ever having to open a new tab or type in the search bar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Microsoft Bing Quick Search |
ID | cdedofbhklkncphcijdegghnnmpoipnb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/microsoft-bing-quick-sear/cdedofbhklkncphcijdegghnnmpoipnb |
คำอธิบาย | Search the web faster when you download the Quick Search extension from Microsoft Bing |
ขนาดไฟล์ | 100 KB |
จำนวนการติดตั้ง | 1,373 |
เวอร์ชันปัจจุบัน | 1.0.10 |
อัปเดตครั้งล่าสุด | 2023-09-20 |
วันที่เผยแพร่ | 2020-10-21 |
คะแนน | 3.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Microsoft Corporation |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://go.microsoft.com/fwlink?LinkId=521839 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.10", "manifest_version": 2, "name": "__MSG_ExtnName__", "description": "__MSG_ExtnDescription__", "default_locale": "en", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "storage", "cookies", "tabs", "alarms", "contextMenus", "notifications" ], "background": { "_comment_": "list scripts by order of execution", "scripts": [ ".\/scripts\/ping.js", ".\/background.bundle.js" ] }, "options_ui": { "page": "templates\/options.html" }, "icons": { "16": ".\/assets\/icon_16x16.png", "32": ".\/assets\/icon_32x32.png", "64": ".\/assets\/icon_64x64.png", "128": ".\/assets\/icon_128x128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |