Synonyms
This extension searches dictionary.com to get the meaning of the selected word.
Synonymsคืออะไร?
Synonyms เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sandeepkkothari และคุณลักษณะหลักของมันคือ "This extension searches dictionary.com to get the meaning of the selected word."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Synonyms
ดาวน์โหลดไฟล์ส่วนขยาย Synonyms ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension searches the meaning of the selected word. This helps the user to look up for the meaning without changing tab. Please provide review if you like it...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mhkkedebchmmoppeaphchfnddbjoddif |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/synonyms/mhkkedebchmmoppeaphchfnddbjoddif |
คำอธิบาย | This extension searches dictionary.com to get the meaning of the selected word. |
ขนาดไฟล์ | 157 KB |
จำนวนการติดตั้ง | 360 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-03 |
วันที่เผยแพร่ | 2015-11-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | sandeepkkothari |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Synonyms", "description": "This extension searches dictionary.com to get the meaning of the selected word.", "version": "1.0", "browser_action": { "default_icon": "dic.png", "default_popup": "syn.html" }, "permissions": [ "activeTab", "contextMenus" ] } |