CaptionCrawler
Browser extension for the Caption Crawler System
Vad är CaptionCrawler?
CaptionCrawler är en Chrome-tillägg utvecklad av Microsoft Corporation, och dess huvudfunktion är "Browser extension for the Caption Crawler System".
Tilläggsskärmbilder
Ladda ner CaptionCrawler-förlängningens CRX-fil
Ladda ner CaptionCrawler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | manbliigibmppkamoibgmkkjgmeoeldl |
Officiell webbadress | https://chromewebstore.google.com/detail/captioncrawler/manbliigibmppkamoibgmkkjgmeoeldl |
Beskrivning | Browser extension for the Caption Crawler System |
Filstorlek | 121 KB |
Antal Installationer | 44 |
Aktuell Version | 2.1.0 |
Senast Uppdaterad | 2020-07-31 |
Publiceringsdatum | 2019-02-20 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Microsoft Corporation |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://aka.ms/privacy |
Stödda Språk | 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": [ " |