How Can I Use FocusTabs?
By following the steps below, you will not get lost in a sea of tabs anymore. From now on, you will always find your flow.
Installation
Install From Release
- Download the latest release from the Releases
- Unzip the downloaded ZIP file
- Open Chrome and navigate to
chrome://extensions
- Enable “Developer mode”
- Drag and drop the unzipped folder into the extensions page
Install From Source
-
Clone the repository:
git clone https://github.com/jlumbroso/chrome-extension-text-collector
-
Install dependencies:
cd chrome-extension-text-collector npm install
-
Build the extension:
npm run build
-
Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions
- Enable “Developer mode”
- Click “Load unpacked” and select the
dist
directory from this project directory.
- Open Chrome and navigate to