Ally-Oop Accessibility Tools
A few simple tools for use in testing website accessibility.
Ally-Oop Accessibility Toolsとは何ですか?
Ally-Oop Accessibility Toolsは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「A few simple tools for use in testing website accessibility.」です。
拡張機能のスクリーンショット
Ally-Oop Accessibility Tools拡張機能のCRXファイルをダウンロード
Ally-Oop Accessibility Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A set of small page accessibility testing tools - greyscale the page, disable all CSS, remove all graphics, remove all videos and iframes. 拡張機能の基本情報
| 名前 | |
| ID | mipgcghjijohndelfefkmbedjbipinah |
| 公式URL | https://chromewebstore.google.com/detail/ally-oop-accessibility-to/mipgcghjijohndelfefkmbedjbipinah |
| 説明 | A few simple tools for use in testing website accessibility. |
| ファイルサイズ | 22.17 KB |
| インストール数 | 33 |
| 現在のバージョン | 0.1.2 |
| 最終更新日 | 2020-12-10 |
| 公開日 | 2020-11-25 |
| 開発者 | [email protected] |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/wa-rren-dev/a11y-oop-chromium/ |
| ヘルプページのURL | https://github.com/wa-rren-dev/a11y-oop-chromium/issues |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ally-Oop Accessibility Tools",
"description": "A few simple tools for use in testing website accessibility.",
"version": "0.1.2",
"browser_action": {
"default_title": "Open accessibility tools",
"default_icon": "icon.png",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"content\/content.css"
],
"js": [
"content\/content.js"
]
}
],
"manifest_version": 2
} | |