Find sentence examples
Search for sentence examples of the selected text
Find sentence examplesคืออะไร?
Find sentence examples เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quy Nguyen และคุณลักษณะหลักของมันคือ "Search for sentence examples of the selected text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find sentence examples
ดาวน์โหลดไฟล์ส่วนขยาย Find sentence examples ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search for sentence examples of the selected text
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ghoefpijelienlldlkgnlgihkjgdllok |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/find-sentence-examples/ghoefpijelienlldlkgnlgihkjgdllok |
คำอธิบาย | Search for sentence examples of the selected text |
ขนาดไฟล์ | 44.53 KB |
จำนวนการติดตั้ง | 320 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-01-01 |
วันที่เผยแพร่ | 2018-01-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Quy Nguyen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find sentence examples", "version": "1.0", "manifest_version": 2, "description": "Search for sentence examples of the selected text", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "your_dictionary.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |