Genie Multisearch
An extension to search multiple websites fast for Word research
Genie Multisearchคืออะไร?
Genie Multisearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jasnan TP และคุณลักษณะหลักของมันคือ "An extension to search multiple websites fast for Word research"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genie Multisearch
ดาวน์โหลดไฟล์ส่วนขยาย Genie Multisearch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Genie Multisearch will help you to search multiple websites fast thus speed up your word research. This search extension asks you “Which word do you want to look up?” and "Which language are you learning?", then in 3 seconds, you have a Google Images tab for the word, a Forvo.com recording, a bilingual dictionary entry and a monolingual dictionary entry. Magic! Genie Multisearch comes with a preset of language resources for a number of languages. The extension will open tabs based on the default language resource settings however you can customize (add/edit/remove) these from options page. You can also search for any word using Genie by right clicking upon a word, and select your target language from the context menu.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Genie Multisearch |
ID | bpcnkekccfaabbocmidlnbfbgidpeiki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/genie-multisearch/bpcnkekccfaabbocmidlnbfbgidpeiki |
คำอธิบาย | An extension to search multiple websites fast for Word research |
ขนาดไฟล์ | 197 KB |
จำนวนการติดตั้ง | 121 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2019-03-15 |
วันที่เผยแพร่ | 2019-03-15 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Jasnan TP |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Jasnan/genie-multisearch |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/images\/icon-38.png", "128": "assets\/images\/icon-128.png" }, "default_locale": "en", "background": { "page": "views\/index.html", "persistent": true }, "browser_action": { "default_icon": { "19": "assets\/images\/icon-38.png", "38": "assets\/images\/icon-38.png" }, "default_title": "Genie Multisearch", "default_popup": "views\/popup.html" }, "options_page": "views\/options.html", "permissions": [ "tabs", "contextMenus" ] } |