Developer Accessibility Tool
Developer Tool - Enhance web page accessibility
Developer Accessibility Tool क्या है?
Developer Accessibility Tool canbeinclusive द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Developer Tool - Enhance web page accessibility"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Developer Accessibility Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Developer Accessibility Tool uses CAN repository to fix accessibility issues on web pages.CAN repository is a pool of solutions for various web accessibility issues.Developers can use this add on and chrome developer console to interact with CAN repository and visiting web pages to find accessibility problems on the web page as well as fix it. The contents of this software were developed under a grant from the National Institute on Disability, Independent Living, and Rehabilitation Research (NIDILRR grant number 90DP0061-01-00). NIDILRR is a Center within the Administration for Community Living (ACL), Department of Health and Human Services (HHS). The contents of this (insert type of publication; e.g., book, report, film) do not necessarily represent the policy of NIDILRR, ACL, HHS, and you should not assume endorsement by the Federal Government.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fcngonjbamdeknokaghjgdgkbgcdahdl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/developer-accessibility-t/fcngonjbamdeknokaghjgdgkbgcdahdl |
विवरण | Developer Tool - Enhance web page accessibility |
फ़ाइल का आकार | 317 KB |
स्थापना संख्या | 293 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2015-06-29 |
प्रकाशन तिथि | 2015-06-29 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | canbeinclusive |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://can.ischool.syr.edu |
सहायता पृष्ठ URL | https://can.ischool.syr.edu/trac/CAN_Project/wiki |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Developer Accessibility Tool ", "description": "Developer Tool - Enhance web page accessibility ", "version": "1.4", "permissions": [ "activeTab", "tabs", "http:\/\/can.ischool.syr.edu\/", "http:\/\/localhost:3000\/", "http:\/\/*\/", "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "content_security_policy": "frame-src 'self'; default-src 'self'", "browser_action": { "default_title": "Developer Tool - Enhance web page accessibility", "default_icon": "accessibility.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |