DoPeopleSay
A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.
DoPeopleSayคืออะไร?
DoPeopleSay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dopeoplesay.com และคุณลักษณะหลักของมันคือ "A full-text search engine of English spoken corpus. Find the context where English word or phrase is used."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DoPeopleSay
ดาวน์โหลดไฟล์ส่วนขยาย DoPeopleSay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A search engine of English spoken texts. Also known as "Do People Say". Find the context where an English word or phrase is used or check if it is used by English speakers at all. Not sure if it's valid or not? Give it a try too! The extension is open-source. The code is located at https://github.com/DoPeopleSay/dopeoplesay-ext-chrome. The extension is based on https://dopeoplesay.com/.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DoPeopleSay |
ID | pbddoeocmeoneaaddcjhiappjihebgcc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dopeoplesay/pbddoeocmeoneaaddcjhiappjihebgcc |
คำอธิบาย | A full-text search engine of English spoken corpus. Find the context where English word or phrase is used. |
ขนาดไฟล์ | 12.48 KB |
จำนวนการติดตั้ง | 347 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2018-03-06 |
วันที่เผยแพร่ | 2018-03-06 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://dopeoplesay.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DoPeopleSay", "version": "0.0.2", "manifest_version": 2, "description": "A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.", "homepage_url": "https:\/\/dopeoplesay.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "DoPeopleSay", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "https:\/\/dopeoplesay.com\/*" ] } |