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

  1. Download the latest release from the Releases
  2. Unzip the downloaded ZIP file
  3. Open Chrome and navigate to chrome://extensions
  4. Enable “Developer mode”
  5. Drag and drop the unzipped folder into the extensions page

Install From Source

  1. Clone the repository:

    git clone https://github.com/jlumbroso/chrome-extension-text-collector
    
  2. Install dependencies:

    cd chrome-extension-text-collector
    npm install
    
  3. Build the extension:

    npm run build
    
  4. 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.