BINGO! Search
Perform searches from the Context Menu and straight from the Omnibox.includes engines like google,amazon,youtube,baidu,twitter ...
BINGO! Searchคืออะไร?
BINGO! Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.nextseek.net และคุณลักษณะหลักของมันคือ "Perform searches from the Context Menu and straight from the Omnibox.includes engines like google,amazon,youtube,baidu,twitter ..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BINGO! Search
ดาวน์โหลดไฟล์ส่วนขยาย BINGO! Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
■While browsing the web site, you can search on your favorite search engine at any time. In addition, select the search you want to text on the web page, it is also possible to quickly search from the right-click. You can search by switching multiple search sites (engine) at any time. google.com,yahoo.com,youtube.com,amazon.com,facebook.com,twitter.com,baidu.com.... ■在浏览该网站,随时显示搜索面板,你可以在你喜欢的搜索引擎搜索。 此外,选择您要在网页上的文本搜索,还可以快速从鼠标右键单击搜索。 您可以通过切换随时多个搜索网站(引擎)进行搜索。 ■ウェブサイトを閲覧中、いつでも検索パネルを表示し、お好みの検索エンジンで検索することが出来ます。 また、ウェブページ上の検索したいテキストを選択して、マウスの右クリックからすばやく検索することも可能です。 複数の検索サイト(エンジン)をいつでも切り替えて検索が可能です。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lonljdodafidopdbbbjhjpbohifgaaef |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bingo-search/lonljdodafidopdbbbjhjpbohifgaaef |
คำอธิบาย | Perform searches from the Context Menu and straight from the Omnibox.includes engines like google,amazon,youtube,baidu,twitter ... |
ขนาดไฟล์ | 116 KB |
จำนวนการติดตั้ง | 433 |
เวอร์ชันปัจจุบัน | 2.0.8 |
อัปเดตครั้งล่าสุด | 2017-10-01 |
วันที่เผยแพร่ | 2017-10-01 |
คะแนน | 4.36/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | http://www.nextseek.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://nextseek.net/bingo-search/ |
URL หน้าช่วยเหลือ | http://nextseek.net/bingo-search/ |
URL หน้านโยบายความเป็นส่วนตัว | https://raku-app.appspot.com/terms |
ภาษาที่รองรับ | de,en,en-GB,en-US,fr,es,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BINGO! Search", "version": "2.0.8", "description": "__MSG_extDescription__", "background": { "scripts": [ "background.js" ] }, "default_locale": "en", "browser_action": { "default_name": "BINGO! Search", "default_icon": "images\/icon_3g_32.png" }, "omnibox": { "keyword": "youtube" }, "icons": { "128": "images\/icon_128_128.png", "48": "images\/icon_48_48.png", "16": "images\/icon_16_16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jQuery.js", "content_script.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*\/*", "tabs", "contextMenus" ] } |