Skip to content

Installation

Kfir Goldfarb edited this page Jul 28, 2023 · 2 revisions

Method 1 (Using packed .crx file)

  1. Download from releases the .crx file from the version you want.

  2. Go to chrome://extensions/ url in Google Chrome browser.

  3. Drag & Drop the .crx file into your browser window.

  4. Click on Add extension button in the window that opened:

    add_extension_window

  5. You can see the message:

    extenstion_added_msg

  6. [Optional] You can choose to pin the extension to the browser panel by clicking the pin icon:

    installed_extenstions

Method 2 (Load unpacked with developer mode)

  1. Clone this repo to your machine using: git clone https://github.com/all-news-project/extension.git.

  2. Go to chrome://extensions/ url in Google Chrome browser.

  3. Check the Developer mode in the top right corner of the extensions page:

    developer_mode

  4. Click the Load unpacked button in the top left corner of the extensions page:

    load_unpacked

  5. Choose the folder of the repository you cloned.

  6. [Optional] You can choose to pin the extension to the browser panel by clicking the pin icon:

    installed_extenstions

Clone this wiki locally