CaptionCrawler
Browser extension for the Caption Crawler System
Что такое CaptionCrawler?
CaptionCrawler - это расширение Chrome, разработанное Microsoft Corporation, и его основная функция - "Browser extension for the Caption Crawler System".
Снимки экрана расширения
Скачать файл CRX расширения CaptionCrawler
Скачайте файлы расширений CaptionCrawler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Caption Crawler is a browser extension that adds captions to images that do not have any. It is intended to be used by screen-reader users. The added captions are retrieved from other web pages containing the same image. When there is more than one available caption, they may be navigated via keyboard commands. This extension is a research project from the Ability Group at Microsoft Research.
Основная информация о расширении
Название | |
ID | manbliigibmppkamoibgmkkjgmeoeldl |
Официальный URL | https://chromewebstore.google.com/detail/captioncrawler/manbliigibmppkamoibgmkkjgmeoeldl |
Описание | Browser extension for the Caption Crawler System |
Размер файла | 121 KB |
Количество установок | 44 |
Текущая Версия | 2.1.0 |
Последнее Обновление | 2020-07-31 |
Дата публикации | 2019-02-20 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Microsoft Corporation |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://aka.ms/privacy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CaptionCrawler", "version": "2.1.0", "author": "Microsoft Corporation", "description": "Browser extension for the Caption Crawler System", "icons": { "16": "images\/Internal_HCIMSR_BigBlk.png", "32": "images\/Internal_HCIMSR_BigBlk.png", "48": "images\/Internal_HCIMSR_BigBlk.png", "128": "images\/Internal_HCIMSR_BigBlk.png" }, "permissions": [ "storage", "https:\/\/captioncrawler.azurewebsites.net\/", "https:\/\/captioncrawlertest.azurewebsites.net\/", "http:\/\/localhost\/" ], "options_page": "options.html", "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ " |