Corpus Search
Corpus is a large collection of texts. It is a body of written or spoken material upon which a linguistic analysis is based.
Corpus Searchとは何ですか?
Corpus Searchはnamnguyenhoai.infoによって開発されたChromeの拡張機能で、その主な機能は「Corpus is a large collection of texts. It is a body of written or spoken material upon which a linguistic analysis is based.」です。
拡張機能のスクリーンショット
Corpus Search拡張機能のCRXファイルをダウンロード
Corpus Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Consisting of 10 million sentences. - Find vocabulary on thousands of different topics. - Source: https://www.inf.uni-hamburg.de/en/inst/ab/lt/resources/demos/coocviewer.html
拡張機能の基本情報
名前 | Corpus Search |
ID | kpkhpjgaedhadkfhodclmkophcjgmfpd |
公式URL | https://chromewebstore.google.com/detail/corpus-search/kpkhpjgaedhadkfhodclmkophcjgmfpd |
説明 | Corpus is a large collection of texts. It is a body of written or spoken material upon which a linguistic analysis is based. |
ファイルサイズ | 63.3 KB |
インストール数 | 187 |
現在のバージョン | 1.0 |
最終更新日 | 2019-03-10 |
公開日 | 2019-03-10 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | namnguyenhoai.info |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://namnguyenhoai.info/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Corpus Search", "version": "1.0", "description": "Corpus is a large collection of texts. It is a body of written or spoken material upon which a linguistic analysis is based. ", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "storage", "http:\/\/coocviewer.sourceforge.net\/" ] } |