Definition finder
Find Definition FAST
Definition finderคืออะไร?
Definition finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://eden-mann.blogspot.com และคุณลักษณะหลักของมันคือ "Find Definition FAST"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Definition finder
ดาวน์โหลดไฟล์ส่วนขยาย Definition finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is created for searching for definitions fast. All you have to do is open the extension up in the top right hand corner and then click on the magnifying glass icon to launch the extension.Then you just have to type in the word you want to find out the definition for and press enter or click the search logo.Then a new tab will launch on "dictionary.reference.com" with your result on the page... (I do no own http://dictionary.reference.com i am using there site just like a user would be making it automatic and faster)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Definition finder |
ID | gfolphmpnkkhkmcfofbjkkbidocjkmgo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/definition-finder/gfolphmpnkkhkmcfofbjkkbidocjkmgo |
คำอธิบาย | Find Definition FAST |
ขนาดไฟล์ | 124 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-07 |
ผู้พัฒนา | https://eden-mann.blogspot.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Definition finder", "version": "1.0", "description": "Find Definition FAST", "icons": { "48": "img\/ICON-Padding.png", "128": "img\/ICON-Padding.png", "16": "img\/ICON-Padding.png" }, "browser_action": { "default_icon": "img\/480px-Magnifying_glass.png", "default_title": "Press the button to see more actions", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |