Text Analyzer (Beta)

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

Wat is Text Analyzer (Beta)?

Text Analyzer (Beta) is een Chrome-extensie ontwikkeld door Jorge C, en de belangrijkste functie is "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Text Analyzer (Beta)

Download Text Analyzer (Beta)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Text Analyzer (Beta) Text Analyzer (Beta)
ID bcakimpfpalgpppieompcmnaeplackki
Officiële URL https://chrome.google.com/webstore/detail/text-analyzer-beta/bcakimpfpalgpppieompcmnaeplackki
Beschrijving A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
Bestandsgrootte 132 KB
Aantal Installaties 588
Huidige Versie 0.6
Laatst Bijgewerkt 2016-09-21
Publicatiedatum 2016-09-21
Beoordeling 2.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Jorge C
Betalingswijze free
Ondersteunde Talen 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"
    ]
}