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 |
电子邮箱 | [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\/" ] } |