This only works for Chrome or anything downstream of Chromium. Unless you're in alpha launch, you won't be able to use this directly with cloud hosted Turbosrc. You'll have to launch it locally or on the cloud yourself and edit where necessary to do so. Further documentation is forthcoming.
Clone the repo.
git clone https://github.com/turbo-src/extension
Install.
yarn install
Build everything.
yarn dev
The above command will create or update a dist/ directory, which is used to load the extension.
-
Go to extension page. For chrome extensions chrome://extensions.
-
Enable developer mode.
-
Click on load unpacked extension and select the
dist/folder.