Install the Extension
Download and install the scrible browser extension using developer mode.
Chrome / Edge / Brave Installation
- 1Download & ExtractClick "Download for Chrome" above. Extract the downloaded zip file to a folder on your computer.
- 2Open Extensions PageGo to
chrome://extensionsin your browser address bar. For Edge useedge://extensions. - 3Enable Developer ModeToggle the "Developer mode" switch in the top-right corner of the extensions page.
- 4Load the ExtensionClick "Load unpacked" and select the extracted folder (the one containing
manifest.json). - 5Pin & UseClick the puzzle icon in the toolbar and pin scrible. Click the icon to open the popup and sign in.
Firefox Installation
- 1Download & ExtractClick "Download for Firefox" above. Extract the downloaded zip file.
- 2Open Add-ons DebuggingGo to
about:debugging#/runtime/this-firefoxin your Firefox address bar. - 3Load Temporary Add-onClick "Load Temporary Add-on..." and select the
manifest.jsonfile from the extracted folder. - 4Use the ExtensionThe extension icon will appear in your toolbar. Click it to open and sign in.
Note:Temporary add-ons in Firefox are removed when you close the browser. You'll need to reload it each session until the extension is published on the Firefox Add-ons store.
Troubleshooting
"Download not found" error
The extension needs to be built first. If you're running the project locally, run
cd extension && npm run build then try downloading again.Extension can't connect to the server
Make sure the web server is running at
http://localhost:3000. The extension connects to this URL by default.Audio recording doesn't work
Make sure you've granted the extension permission to access your microphone and tabs. For system audio capture, you need to be on a page with audio playing and click the extension before starting the recording.