Chrome extension for TREZOR - an alternative to trezord and TREZOR NPAPI plug-in.
It works at a very low level, only resending messages from and to TREZOR device; it contains no logic about device state etc.
Extension is not yet available for public use, since it's not widely tested so far.
git clone https://github.com/trezor/chrome-extension.git
cd chrome-extension
git submodule update --init
npm install
npm run prepare
npm run build
On Mac OS X, Windows and Chrome OS, isntalling extension should work without any root privileges. Unfortunately, on Linux, you have to put this file
https://raw.githubusercontent.com/trezor/trezor-common/master/udev/51-trezor-udev.rules
into /lib/udev/rules.d
, as a root. Extension then however doesn't run with root privileges (naturally)
GPLv3
(C) 2015 SatoshiLabs, with some code from sowbug/trhid and throughnothing/chrome-trezor