Text Analyzer (Beta)

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

Cos'è Text Analyzer (Beta)?

Text Analyzer (Beta) è un'estensione di Chrome sviluppata da Jorge C, e la sua funzione principale è "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Text Analyzer (Beta)

Scarica i file di estensione Text Analyzer (Beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Text Analyzer (Beta) Text Analyzer (Beta)
ID bcakimpfpalgpppieompcmnaeplackki
URL Ufficiale https://chrome.google.com/webstore/detail/text-analyzer-beta/bcakimpfpalgpppieompcmnaeplackki
Descrizione A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
Dimensione del File 132 KB
Conteggio Installazioni 588
Versione Corrente 0.6
Ultimo Aggiornamento 2016-09-21
Data di Pubblicazione 2016-09-21
Valutazione 2.00/5 Totale 3 Valutazioni
Sviluppatore Jorge C
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}