Screen reader Only
Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.
Screen reader Only क्या है?
Screen reader Only Laurence Lewis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Screen reader Only एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is no longer being maintained. There is a new extension A11y Quick Check that incorporates the screen reader only and many other handy checks for accessibility. https://chromewebstore.google.com/detail/a11y-quick-check/jlamgighkcjniljcdfpnhiemcakibepi
एक्सटेंशन की मूल जानकारी
नाम | Screen reader Only |
ID | fbfkajlfifmdaaagijbanghjmleigkee |
आधिकारिक URL | https://chromewebstore.google.com/detail/screen-reader-only/fbfkajlfifmdaaagijbanghjmleigkee |
विवरण | Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose. |
फ़ाइल का आकार | 77.12 KB |
स्थापना संख्या | 343 |
वर्तमान संस्करण | Final no future updates |
अंतिम अपडेट | 2023-12-27 |
प्रकाशन तिथि | 2019-02-28 |
डेवलपर | Laurence Lewis |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen reader Only", "short_name": "Show SR", "version": "2501.2023.12.27", "version_name": "Final no future updates", "manifest_version": 3, "description": "Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.", "minimum_chrome_version": "92", "icons": { "16": "extension\/icons\/icon-16.png", "48": "extension\/icons\/icon-48.png", "128": "extension\/icons\/icon-128.png" }, "action": { "default_popup": "extension\/ui\/popup.html", "default_icon": { "16": "extension\/icons\/icon-16.png", "48": "extension\/icons\/icon-48.png" }, "default_title": "SR Only" }, "permissions": [ "storage", "activeTab", "scripting", "webNavigation" ], "host_permissions": [ " |