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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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": [ " |