french word research
Omnibox search helper for French word research
french word researchคืออะไร?
french word research เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gibbering in the Basement และคุณลักษณะหลักของมันคือ "Omnibox search helper for French word research"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย french word research
ดาวน์โหลดไฟล์ส่วนขยาย french word research ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This very tiny extension makes it faster and easier to do some quick research on French words. To use it, place your cursor into the Chrome omnibox and type "french" followed by a space. Then type the French word in which you are interested, and hit return. You will then get four new tabs: * A search on http://google.fr for images * A search on http://fr.forvo.com for the pronunciation * A search on http://www.linguee.com for usage examples * A search on http://fr.wiktionary.org for dictionary information This was inspired by Gabriel Wyner of http://Fluent-Forever.com. See http://fluent-forever.com/automate-your-searches/ for more information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lfmaogplmchebmdhjpliaigkgiklclao |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/french-word-research/lfmaogplmchebmdhjpliaigkgiklclao |
คำอธิบาย | Omnibox search helper for French word research |
ขนาดไฟล์ | 6.19 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2014-09-14 |
วันที่เผยแพร่ | 2014-09-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Gibbering in the Basement |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "french word research", "version": "0.0.1", "manifest_version": 2, "description": "Omnibox search helper for French word research", "homepage_url": "http:\/\/jeremy.org\/software\/french-word-research\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "js\/background.js" ] }, "omnibox": { "keyword": "french" } } |