CaptionCrawler
Browser extension for the Caption Crawler System
Apa itu CaptionCrawler?
CaptionCrawler adalah ekstensi Chrome yang dikembangkan oleh Microsoft Corporation, dan fitur utamanya adalah "Browser extension for the Caption Crawler System".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CaptionCrawler
Unduh file ekstensi CaptionCrawler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | manbliigibmppkamoibgmkkjgmeoeldl |
URL Resmi | https://chromewebstore.google.com/detail/captioncrawler/manbliigibmppkamoibgmkkjgmeoeldl |
Deskripsi | Browser extension for the Caption Crawler System |
Ukuran File | 121 KB |
Jumlah Instalasi | 44 |
Versi Saat Ini | 2.1.0 |
Terakhir Diperbarui | 2020-07-31 |
Tanggal Publikasi | 2019-02-20 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Microsoft Corporation |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://aka.ms/privacy |
Bahasa yang Didukung | 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": [ " |