Text Analyzer (Beta)
A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
Что такое Text Analyzer (Beta)?
Text Analyzer (Beta) - это расширение Chrome, разработанное Jorge C, и его основная функция - "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links".
Снимки экрана расширения
Скачать файл CRX расширения Text Analyzer (Beta)
Скачайте файлы расширений Text Analyzer (Beta) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
Основная информация о расширении
Название | |
ID | bcakimpfpalgpppieompcmnaeplackki |
Официальный URL | https://chrome.google.com/webstore/detail/text-analyzer-beta/bcakimpfpalgpppieompcmnaeplackki |
Описание | A text analyzer to extract entities from websites and add their descriptions and Wikipedia links |
Размер файла | 132 KB |
Количество установок | 588 |
Текущая Версия | 0.6 |
Последнее Обновление | 2016-09-21 |
Дата публикации | 2016-09-21 |
Рейтинг | 2.00/5 Всего 3 оценок |
Разработчик | Jorge C |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |