Code Monkey home page Code Monkey logo

chromevox's Introduction

ChromeVox is a Chrome extension that turns Chrome into a self-voicing browser.
It runs on ChromeOs, Chrome and Android (as AndroidVox).

BUILDING:

The rhino Javascript intepreter and the Google closure compiler are required.
Please update the top of Makefile with their paths.

The Closure libraries don't have a good packaging system.  The easiest way to
get the required tools is to download them from code.google.com and
move them to /usr/local/lib/closure.  The directory should have the following
files:

compiler.jar
closurebuilder.py
depstree.py
depswriter.py
jscompiler.py
source.py
treescan.py

To build AndroidVox, run 'make androidVoxDev.js'
To build ClankVox, run 'make clankVoxDev.js'

RUNNING:



Running in WebViews on Android:
1. Checkout the Android source.

2. Where you checked out the code, run this command to set the URL that WebViews
will use for injecting ChromeVox:
./vendor/google/tools/override-gservices secure:accessibility_script_injection_url=https://myserver.com/myBuildOfChromeVox.js

3. To reset back to the default, use this command:
./vendor/google/tools/override-gservices reset secure:accessibility_script_injection_url




Running as a whitelisted extension:
Whitelisted extensions can run in other extensions, in the chrome of Chrome,
etc. This is the way that ChromeVox runs in ChromeOS. To try out this as a
developer, add the following line to the manifest:
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEGBi/oD7Yl/Y16w3+gee/95/EUpRZ2U6c+8orV5ei+3CRsBsoXI/DPGBauZ3rWQ47aQnfoG00sXigFdJA2NhNK9OgmRA2evnsRRbjYm2BG1twpaLsgQPPus3PyczbDCvhFu8k24wzFyEtxLrfxAGBseBPb9QrCz7B4k2QgxD/CwIDAQAB",

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.