Screen Reader by UserWay
UserWay's powerful screen reader gives users the ability to have web pages read to them on-demand.
Screen Reader by UserWayとは何ですか?
Screen Reader by UserWayはUserWay.orgによって開発されたChromeの拡張機能で、その主な機能は「UserWay's powerful screen reader gives users the ability to have web pages read to them on-demand.」です。
拡張機能のスクリーンショット
Screen Reader by UserWay拡張機能のCRXファイルをダウンロード
Screen Reader by UserWay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
UserWay’s powerful screen reader gives users the ability to have web pages read to them on-demand. Ideal for anyone from visually impaired users to front-end and QA engineers checking ADA compliance and everyone in between. 拡張機能の基本情報
| 名前 | |
| ID | ompobmbbbjcmoeepdplbindbbpmbncka |
| 公式URL | https://chromewebstore.google.com/detail/screen-reader-by-userway/ompobmbbbjcmoeepdplbindbbpmbncka |
| 説明 | UserWay's powerful screen reader gives users the ability to have web pages read to them on-demand. |
| ファイルサイズ | 181 KB |
| インストール数 | 1,876 |
| 現在のバージョン | 2.0.1 |
| 最終更新日 | 2021-06-10 |
| 公開日 | 2021-05-12 |
| 評価 | 2.38/5 合計 8 レビュー |
| 開発者 | UserWay.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://userway.org/ |
| ヘルプページのURL | https://userway.org/contact |
| プライバシーポリシーページのURL | https://userway.org/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js",
"common.js"
]
},
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"static\/css\/content.css"
],
"js": [
"static\/js\/content.js",
"sr.js",
"rv.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"content_security_policy": "default-src 'self'; script-src 'self' 'sha256-jmr3iaNvmOlL5w97kEj0MFYRW3l6Gqq28qkuGvlyo7k='; font-src 'self' https:\/\/fonts.gstatic.com;style-src 'self' 'unsafe-inline' *; img-src 'self' data: *;connect-src 'self' https:\/\/google.com",
"description": "UserWay's powerful screen reader gives users the ability to have web pages read to them on-demand.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "Screen Reader by UserWay",
"permissions": [
"tabs"
],
"version": "2.0.1",
"web_accessible_resources": [
"iframe-content.html",
"rv.js",
"reader\/images\/keyboard.svg",
"reader\/images\/left-arrow.svg",
"reader\/images\/read-fast.svg",
"reader\/images\/read-normal.svg",
"reader\/images\/read-quick.svg",
"reader\/images\/read-slow.svg",
"reader\/images\/read-very-fast.svg",
"reader\/images\/resize.svg",
"reader\/images\/right-arrow.svg",
"reader\/images\/uw-logo.svg"
]
} | |