Experimental extension that allows inspecting and modifying websites using voice commands.
Experimental extension that allows inspecting and modifying websites using voice commands.
chrome://extensions/
)Developer mode
Load unpacked extension
and navigate to the folder with extension filesMore details on extension’s options page.
This extension was not created to solve any specific issue but rather to play with Chrome remote debugging protocol, Speech and TTS APIs. It’s all pure fun, but if you find it useful please let me know, I’ll be glad to help.
Project is written in ES6 and transpiled to ES5 using traceur. To start developing:
npm install
gulp
to start the file watcherKonrad Dzwinel