8000 GitHub - dtinth/tuner-chrome: A chromatic tuner for your browser????
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

dtinth/tuner-chrome

Repository files navigation

tuner

A chromatic tuner for your browser. Powered by pitchy.

Screenshot

Available in Chrome web store

Packaging this extension

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

# These two files are generated:
# 1. `tmp/tuner` - and unpacked extension
# 2. `tmp/tuner.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/tuner"
0