scrible

Install the Extension

Download and install the scrible browser extension using developer mode.

Chrome / Edge / Brave Installation

  1. 1
    Download & Extract
    Click "Download for Chrome" above. Extract the downloaded zip file to a folder on your computer.
  2. 2
    Open Extensions Page
    Go to chrome://extensions in your browser address bar. For Edge use edge://extensions.
  3. 3
    Enable Developer Mode
    Toggle the "Developer mode" switch in the top-right corner of the extensions page.
  4. 4
    Load the Extension
    Click "Load unpacked" and select the extracted folder (the one containing manifest.json).
  5. 5
    Pin & Use
    Click the puzzle icon in the toolbar and pin scrible. Click the icon to open the popup and sign in.

Firefox Installation

  1. 1
    Download & Extract
    Click "Download for Firefox" above. Extract the downloaded zip file.
  2. 2
    Open Add-ons Debugging
    Go to about:debugging#/runtime/this-firefox in your Firefox address bar.
  3. 3
    Load Temporary Add-on
    Click "Load Temporary Add-on..." and select the manifest.json file from the extracted folder.
  4. 4
    Use the Extension
    The 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.