Git Product home page Git Product logo

vxchrome's Introduction

vx [chrome extension version]

A little Chrome extension that helps me input text using my voice on my Chromebook. It should work on macOS and Windows as well as on Linux.

How to install

Available in the Chrome Web Store

How to install from source code

  1. Download the source code and extract it.

  2. Go to chrome://extensions and enable the Developer mode.

  3. Click “Load unpacked.”

  4. Select the downloaded folder.

How to use

  • Press Ctrl+Shift+0 to start a stop the recognition in English language.

  • Press Ctrl+Shift+9 to start a stop the recognition in Thai language.

  • Languages and keyboard shortcuts can be customized in the options.

  • Whatever you speak is copied into the clipboard, so you can paste into any apps immediately afterwards. If the recognition is incorrect, you can just re-speak it (or fix it manually).

  • Go to chrome://extensions/shortcuts to customize the keyboard shortcuts to your liking. On Windows and macOS, you may also set the shortcut to be global, so that you can use it outside Chrome.

Testing on a fresh Chrome profile

# Generates an extension package
./scripts/build-package.sh

# These two files are generated:
# 1. `tmp/vx` - and unpacked extension
# 2. `tmp/vx.zip` - the zipped version, for uploading to Google Chrome developer dashboard

# Run it
rm -rf tmp/chrome-profile && /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --no-first-run --no-default-browser-check --user-data-dir="$PWD/tmp/chrome-profile" --load-extension="$PWD/tmp/vx"

vxchrome's People

Contributors

dtinth avatar zezay avatar todo-actions[bot] avatar p16i avatar tubaleviao avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.