Text Analyzer (Beta)

A text analyzer to extract entities from websites and add their descriptions and Wikipedia links

What is Text Analyzer (Beta)?

Text Analyzer (Beta) is a Chrome extension developed by Jorge C, and its main feature is "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links".

Extension Screenshots

screenshot

Download Text Analyzer (Beta) Extension CRX File

Download Text Analyzer (Beta) 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

                        A text analyzer to extract entities from websites and add their descriptions and Wikipedia links                    

Extension Basic Information

Name Text Analyzer (Beta) Text Analyzer (Beta)
ID bcakimpfpalgpppieompcmnaeplackki
Official URL https://chrome.google.com/webstore/detail/text-analyzer-beta/bcakimpfpalgpppieompcmnaeplackki
Description A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
File Size 132 KB
Installation Count 588
Current Version 0.6
Last Updated 2016-09-21
Publish Date 2016-09-21
Rating 2.00/5 Total 3 Ratings
Developer Jorge C
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text Analyzer (Beta)",
    "description": "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links",
    "version": "0.6",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.textrazor.com\/",
        "http:\/\/*.textrazor.com\/"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}