diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/devguide.html')
-rw-r--r-- | chrome/common/extensions/docs/static/devguide.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/devguide.html b/chrome/common/extensions/docs/static/devguide.html index 6b76694..cd9e44c 100644 --- a/chrome/common/extensions/docs/static/devguide.html +++ b/chrome/common/extensions/docs/static/devguide.html @@ -77,6 +77,10 @@ and <a href="overview.html">Overview</a>. <td colspan="2"> </td> </tr> <tr> + <td> <a href="a11y.html">Accessibility (a11y)</a> </td> + <td> Make your extension accessible to people with disabilities </td> + </tr> + <tr> <td> <a href="background_pages.html">Background Pages</a> </td> <td> Put all the common code for your extension in a single place </td> </tr> |