Text Analyzer (Beta)

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

Qu'est-ce que Text Analyzer (Beta) ?

Text Analyzer (Beta) est une extension Chrome développée par Jorge C, et sa fonction principale est "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text Analyzer (Beta)

Téléchargez les fichiers d'extension Text Analyzer (Beta) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Text Analyzer (Beta) Text Analyzer (Beta)
ID bcakimpfpalgpppieompcmnaeplackki
URL Officiel 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
Taille du Fichier 132 KB
Nombre d'Installations 588
Version Actuelle 0.6
Dernière Mise à Jour 2016-09-21
Date de Publication 2016-09-21
Évaluation 2.00/5 Total 3 Évaluations
Développeur Jorge C
Type de Paiement free
Langues Prises en Charge 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"
    ]
}