Skip to content

stefanopepe/chrome-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TREZOR Chrome extension

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.

Checking out sources

git clone https://github.com/trezor/chrome-extension.git
cd chrome-extension
git submodule update --init

Building

npm install
npm run prepare
npm run build

Caveats

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)

License

GPLv3

(C) 2015 SatoshiLabs, with some code from sowbug/trhid and throughnothing/chrome-trezor

About

TREZOR Chrome Extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%