• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

alt/H03-May-2022-186167

animation/H03-May-2022-1615

caretbrowsing/H03-May-2022-148142

chromevoxclassic/H16-Feb-2021-55,76654,218

colorenhancer/H16-Feb-2021-176152

highcontrast/H03-May-2022-4039

longdesc/H03-May-2022-4037

strings/H16-Feb-2021-5,8615,835

BUILD.gnH A D16-Feb-20213.9 KiB158143

README.chromiumH A D16-Feb-20211.5 KiB5132

README.chromium

1This directory contains accessibility extensions developed by the
2Chrome team, not included with Chrome by default, but available via a
3one-click install from the Settings page.
4
5#
6# Building
7#
8
9Some of the extensions have localized strings and need to be built:
10
11ninja -C out/Release ui/accessibility/extensions:extensions
12
13The built extensions will be in your out directory, e.g.:
14
15out/Release/colorehancer
16
17All other extensions should be zipped and uploaded to the webstore.
18
19Note for chromevoxclassic:
20see chromevoxclassic/README for further details.
21
22You can build all extension tests by doing:
23
24ninja -C out/Release ui/accessibility/extensions:extension_tests
25
26This currently only produces tests for ChromeVox Classic
27
28out/Release/chromevox_tests
29
30This target is not run on a bot, so run it manually before release!
31
32#
33# Instructions for publishing to the web store (new as of August 2019):
34#
35
36Googlers, you need to be a member of the chrome-a11y-extensions group:
37https://groups.google.com/a/google.com/d/forum/chrome-a11y-extensions
38
39Then visit the Chrome Web Store and you can manage the extension. Remember to
40increment the version of each extension every time you update it.
41
42#
43# Script
44#
45
46This script can be used to programmatically update extensions. Proceed with caution,
47only use this if you are already comfortable updating an extension manually, you have a
48rollback plan, and you can take the time to understand the script.
49
50chrome/browser/resources/chromeos/accessibility/chromevox/tools/publish_webstore_extension.py
51