tota11y for Chrome

Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.

tota11y for Chrome란 무엇입니까?

tota11y for Chrome은(는) https://johansson.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies."입니다.

확장 프로그램 스크린샷

screenshot

tota11y for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        tota11y was just released by Khan Academy and was available as a bookmarklet. It seemed natural to create a Chrome extension. So here it is. All this does is inject the tota11y script onto the page.

See tota11y's website for information how to use it: http://khan.github.io/tota11y/

Notes:
The source code is available on https://github.com/kvasir/tota11y-chrome and was made with love by John-Philip Johansson and Michael Strömberg Razmgah.                    

확장 프로그램 기본 정보

이름 tota11y for Chrome tota11y for Chrome
ID nkghaekndgmonifcpfgjmpfjlhnmflhp
공식 URL https://chromewebstore.google.com/detail/tota11y-for-chrome/nkghaekndgmonifcpfgjmpfjlhnmflhp
설명 Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.
파일 크기 35.02 KB
설치 횟수 3,949
현재 버전 1.0.0
최근 업데이트 2016-02-14
출시 날짜 2016-02-14
평점 3.50/5 총 2 개의 평점
개발자 https://johansson.jp
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kvasir/tota11y-chrome
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tota11y for Chrome",
    "short_name": "tota11y",
    "description": "Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.",
    "version": "1.0.0",
    "icons": {
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png",
        "256": "img\/icon_256.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/main.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/github.com\/kvasir\/tota11y-chrome",
    "browser_action": {
        "default_icon": "img\/icon_64.png",
        "default_title": "tota11y-chrome"
    }
}