Chrome extension - Firefox extension - Edge extension
Small changes to how you use Twitter to promote Tweeting in an accessible manner. For now, it will only prompt once per Tweet to add alt text to an attachment before you Tweet.
Simple but effective. 😎
The extension is available for Chrome and Chromium-based browsers that support the Chrome Web Store. It's coming soon to Firefox. It works, you just need to submit it to the add-on store. 😎
- Run
yarn
to install the required dependencies. - Run
yarn build
- Load the browser extension unpacked from the
dist
folder.
- Follow the how to install an add-on locally steps for Firefox
- Follow the steps to load an unpacked extension in Chrome
- Navigate to Twitter and have fun!
The browser extension is cross-browser for Chromium-based browsers (Google Chrome, Microsoft Edge etc.) and Firefox. When in development mode with page reloading, it currently only works in Chrome. Be sure to test in other Chromium-based browsers and Firefox by following the Install the extension unpacked section of the README.
- Run
yarn
to install the required dependencies. - Run
yarn start
to start the browser extension in development mode. Note that with the v3 manifest for browser extensions, you can no longer do hot module reloading, but instead, the extension will cause a page refresh when the code has changed. - Load the browser extension unpacked from the
dist
folder.
- Follow the steps to load an unpacked extension in Chrome to load the browser extension.