{"id":21347313,"url":"https://github.com/ziolko/aria-devtools","last_synced_at":"2025-04-08T06:35:21.699Z","repository":{"id":42500370,"uuid":"245614234","full_name":"ziolko/aria-devtools","owner":"ziolko","description":"Easily spot missing ARIA labels, misused ARIA roles, and incomplete keyboard support in your web applications.","archived":false,"fork":false,"pushed_at":"2024-12-03T07:41:39.000Z","size":688,"stargazers_count":471,"open_issues_count":14,"forks_count":16,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-01T04:54:00.330Z","etag":null,"topics":["accessibility","aria","webapp"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/aria-devtools/dneemiigcbbgbdjlcdjjnianlikimpck?hl=en","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ziolko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ziolko"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2020-03-07T10:43:09.000Z","updated_at":"2025-03-30T00:46:34.000Z","dependencies_parsed_at":"2024-08-22T15:25:29.756Z","dependency_job_id":"5115dc43-2985-484e-9978-8dd9c5d732eb","html_url":"https://github.com/ziolko/aria-devtools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziolko%2Faria-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziolko%2Faria-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziolko%2Faria-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziolko%2Faria-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziolko","download_url":"https://codeload.github.com/ziolko/aria-devtools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792856,"owners_count":20996890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessibility","aria","webapp"],"created_at":"2024-11-22T02:13:42.311Z","updated_at":"2025-04-08T06:35:21.681Z","avatar_url":"https://github.com/ziolko.png","language":"TypeScript","funding_links":["https://github.com/sponsors/ziolko"],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://github.com/ziolko/accessibility/raw/master/extension/logo-256.png\" width=\"24\"\u003e ARIA DevTools\n\nCreating accessible web applications is difficult. It gets even harder if you don't understand how people with disabilities use computers.\n\nWith ARIA DevTools you see your website the way screen readers present it to the blind users. All page elements are presented according to their explicit or implied ARIA roles. This includes headings, images, tables and form items beyond others.\n\nIt's now easy to spot missing ARIA labels, misused ARIA roles, and incomplete keyboard support. This makes testing and development of accessible websites easier.\n\n![Screeshot of ARIA DevTools](https://lh3.googleusercontent.com/MhZVpZIrzkP7QEQqJYy5qOfvJuM3Ns52Ri7npeU7XHl24buihw-b8d9cl1jeL8hvuvOHaJA_=w640-h400-e365-rj-sc0x00ffffff)\n\nThis extension is available for free for [Chrome](https://chrome.google.com/webstore/detail/aria-devtools/dneemiigcbbgbdjlcdjjnianlikimpck?hl=en) and [Firefox](https://addons.mozilla.org/firefox/addon/aria-devtools/).\n\n\u003e [!IMPORTANT]  \n\u003e Recently I've dropped my full time job to pursue a dream of being an independent developer working on my own projects. To make it sustainable I have to be very careful on what I spend my time on. I would love to work further on ARIA DevTools if I find a sponsor of the project (I don't want to make the extension paid). If you are interested feel free to contact me at mateusz@roombelt.com.\n\n## Usage\n\nInstall the extension, open your website and click the\n\u003cimg src=\"https://github.com/ziolko/accessibility/raw/master/extension/logo-256.png\" width=\"16\"\u003e browser extension icon.\n\n## Contributors ✨\n\nI highly appreciate all pull requests and raised issues. You can also help by sharing this extension with your friends on Twitter and starring this repository.\n\n[![](https://github.com/ziolko.png?size=60)](https://github.com/ziolko)\n[![](https://github.com/pcorpet.png?size=60)](https://github.com/pcorpet)\n[![](https://github.com/ctemplin.png?size=60)](https://github.com/ctemplin)\n[![](https://github.com/arminbashizade.png?size=60)](https://github.com/arminbashizade)\n[![](https://github.com/mass8326.png?size=60)](https://github.com/mass8326)\n\n## Working with this repository\n\n### Prerequisites\n\n1. NodeJS (e.g. 10.15.1)\n2. YARN (e.g. 1.17.3)\n\n### Development environment\n\n1. `yarn`\n2. `yarn start`\n3. Load the `extension` directory as an unpacked extension\n   in the browser [extensions page](Chrome extensions page).\n\nNote: You need to enable _Developer Mode_ in the Chrome extensions\npage to load unpacked extensions.\n\n### Building production artifact\n\n1. `yarn`\n2. `yarn build`\n\nThe build result can be found in the `extension` directory.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziolko%2Faria-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziolko%2Faria-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziolko%2Faria-devtools/lists"}