Get Inline
Install the extension
The workspace is live. The Chrome Web Store listing is in progress — create your account now and install when the store link goes live.
- 1
Chrome Web Store listing
Inline is being submitted to the Chrome Web Store. The install button on this page will appear once the listing is approved.
- 2
Workspace is live now
You can create your account and use the dashboard today at https://useinline.vercel.app.
- 3
Extension sync after install
Once the store listing is live, install the extension and sign in — your session will sync automatically.
Set NEXT_PUBLIC_CHROME_WEB_STORE_URL on Vercel after approval to enable the store install button here.
For developers — load unpacked from source
- 1
Get the extension build
Clone the repository and run `npm install && npm run build` inside the inlineExtension folder to produce dist/.
- 2
Open Chrome extensions
Visit chrome://extensions in Chrome or another Chromium browser.
- 3
Enable Developer mode
Flip the Developer mode toggle in the top-right corner of the extensions page.
- 4
Load unpacked
Click Load unpacked and select the inlineExtension/dist folder.
For local development, use npm run build:dev in inlineExtension/ and run the web app (web/, port 3000) plus annotation backend (backend/, port 3030).