Text Analyzer (Beta)
A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
Co je Text Analyzer (Beta)?
Text Analyzer (Beta) je rozšíření Chrome vyvinuté Jorge C, a jeho hlavní funkcí je „A text analyzer to extract entities from websites and add their descriptions and Wikipedia links“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Text Analyzer (Beta)
Stáhněte si soubory rozšíření Text Analyzer (Beta) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
Základní Informace o Rozšíření
Název | |
ID | bcakimpfpalgpppieompcmnaeplackki |
Oficiální URL | https://chrome.google.com/webstore/detail/text-analyzer-beta/bcakimpfpalgpppieompcmnaeplackki |
Popis | A text analyzer to extract entities from websites and add their descriptions and Wikipedia links |
Velikost souboru | 132 KB |
Počet instalací | 588 |
Aktuální Verze | 0.6 |
Poslední Aktualizace | 2016-09-21 |
Datum Vydání | 2016-09-21 |
Hodnocení | 2.00/5 Celkem 3 Hodnocení |
Vývojář | Jorge C |
Typ Platby | free |
Podporované Jazyky | 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" ] } |