Text Analyzer (Beta)

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

Was ist Text Analyzer (Beta)?

Text Analyzer (Beta) ist eine Chrome-Erweiterung, die von Jorge C entwickelt wurde, und ihr Hauptmerkmal ist "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links".

Erweiterungsscreenshots

screenshot

Text Analyzer (Beta)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Text Analyzer (Beta)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Text Analyzer (Beta) Text Analyzer (Beta)
ID bcakimpfpalgpppieompcmnaeplackki
Offizielle URL https://chrome.google.com/webstore/detail/text-analyzer-beta/bcakimpfpalgpppieompcmnaeplackki
Beschreibung A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
Dateigröße 132 KB
Installationsanzahl 588
Aktuelle Version 0.6
Letztes Update 2016-09-21
Veröffentlichungsdatum 2016-09-21
Bewertung 2.00/5 Insgesamt 3 Bewertungen
Entwickler Jorge C
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}