DoPeopleSay
A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.
DoPeopleSayとは何ですか?
DoPeopleSayはhttps://dopeoplesay.comによって開発されたChromeの拡張機能で、その主な機能は「A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.」です。
拡張機能のスクリーンショット
DoPeopleSay拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } |