ChromeLens
Visual impairment simulation and auditing tools to develop for accessibility.
ChromeLensとは何ですか?
ChromeLensはngzhianによって開発されたChromeの拡張機能で、その主な機能は「Visual impairment simulation and auditing tools to develop for accessibility.」です。
拡張機能のスクリーンショット
ChromeLens拡張機能のCRXファイルをダウンロード
ChromeLens拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        ChromeLens is a Google Chrome extension that provides a suite of tools to help with web accessibility development.
- Lens (Vision Simulator)
  Interact with a website as a completely/partially blind or a colorblind person.
- Accessibility Audit
  Run a website through an series of accessibility rules and easily discover elements in your website that do not comply with them.
- Tab-tracker
  Key website features should be navigable solely via the keyboard (tab button), while not making the user jump through hoops to get to a feature. With the tab-tracker, you can visually track the flow of navigation through a website.
Open sourced at https://github.com/chromelens/chromelens
Built during greylockhackfest 2016                     拡張機能の基本情報
| 名前 |   |  
| ID | idikgljglpfilbhaboonnpnnincjhjkd | 
| 公式URL | https://chromewebstore.google.com/detail/chromelens/idikgljglpfilbhaboonnpnnincjhjkd | 
| 説明 | Visual impairment simulation and auditing tools to develop for accessibility. | 
| ファイルサイズ | 105 KB | 
| インストール数 | 72,740 | 
| 現在のバージョン | 0.0.10 | 
| 最終更新日 | 2020-05-22 | 
| 公開日 | 2020-05-22 | 
| 評価 | 3.70/5 合計 30 レビュー | 
| 開発者 | ngzhian | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChromeLens",
    "description": "Visual impairment simulation and auditing tools to develop for accessibility.",
    "version": "0.0.10",
    "minimum_chrome_version": "42",
    "devtools_page": "main.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "main.html",
        "panel.html",
        "build\/backend.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/chromelens2-48.png",
        "128": "icons\/chromelens2-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ]
}  |  |