Text Analyzer (Beta)

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

Co to jest Text Analyzer (Beta)?

Text Analyzer (Beta) to rozszerzenie Chrome opracowane przez Jorge C, a jego główną funkcją jest „A text analyzer to extract entities from websites and add their descriptions and Wikipedia links”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Text Analyzer (Beta)

Pobierz pliki rozszerzeń Text Analyzer (Beta) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Text Analyzer (Beta) Text Analyzer (Beta)
ID bcakimpfpalgpppieompcmnaeplackki
Oficjalny URL https://chrome.google.com/webstore/detail/text-analyzer-beta/bcakimpfpalgpppieompcmnaeplackki
Opis A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
Rozmiar pliku 132 KB
Liczba instalacji 588
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2016-09-21
Data Publikacji 2016-09-21
Ocena 2.00/5 Łącznie 3 Oceny
Deweloper Jorge C
Typ Płatności free
Obsługiwane Języki 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"
    ]
}