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.

What is Corpus Search?

Corpus Search is a Chrome extension developed by namnguyenhoai.info, and its main feature is "Corpus is a large collection of texts. It is a body of written or spoken material upon which a linguistic analysis is based.".

Extension Screenshots

screenshot
screenshot

Download Corpus Search Extension CRX File

Download Corpus Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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                    

Extension Basic Information

Name Corpus Search Corpus Search
ID kpkhpjgaedhadkfhodclmkophcjgmfpd
Official URL https://chromewebstore.google.com/detail/corpus-search/kpkhpjgaedhadkfhodclmkophcjgmfpd
Description Corpus is a large collection of texts. It is a body of written or spoken material upon which a linguistic analysis is based.
File Size 63.3 KB
Installation Count 187
Current Version 1.0
Last Updated 2019-03-10
Publish Date 2019-03-10
Rating 3.00/5 Total 2 Ratings
Developer namnguyenhoai.info
Email [email protected]
Payment Type free
Extension Website https://namnguyenhoai.info/
Supported Languages 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\/"
    ]
}