Skip to content

Commit

Permalink
📝 Update README.md for v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kritish-dhaubanjar committed Jun 3, 2022
1 parent b74b418 commit fdc8374
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ A Chrome Extension to set new `accessToken` and `refreshToken` during local deve
## Installation

#### Firefox
1. Download [dev_auth_extension-1.1.1-fx.xpi](https://github.com/kritish-dhaubanjar/dev-auth-chrome-extension/releases/download/v1.1.1/dev_auth_extension-1.1.1-fx.xpi)
1. Download [dev_auth_extension-1.1.3-fx.xpi](https://github.com/kritish-dhaubanjar/dev-auth-chrome-extension/releases/download/v1.1.3/dev_auth_extension-1.1.3-fx.xpi)
2. Open the Extension Management page by navigating to `about:addons`.
3. Drag and drop `dev_auth_extension-1.1.1-fx.xpi` into `about:addons` page.
3. Drag and drop `dev_auth_extension-1.1.3-fx.xpi` into `about:addons` page.

#### Chrome
[Install from Chrome Web Store](https://chrome.google.com/webstore/detail/dev-auth-extension/jppiemoeoecclmpmjieeofgejohnjapn/related?hl=en&authuser=1)

##### Or

1. Download [dev_auth_extension-1.1.1.zip](https://github.com/kritish-dhaubanjar/dev-auth-chrome-extension/releases/download/v1.1.1/dev_auth_extension-1.1.1.zip)
1. Download [dev_auth_extension-1.1.3.zip](https://github.com/kritish-dhaubanjar/dev-auth-chrome-extension/releases/download/v1.1.3/dev_auth_extension-1.1.3.zip)
1. Open the Extension Management page by navigating to `chrome://extensions`.
2. Enable Developer Mode by clicking the toggle switch next to `Developer mode`.
3. Drag and drop `dev_auth_extension-1.1.0.zip` into `chrome://extensions` page.
Expand Down Expand Up @@ -50,6 +50,8 @@ yarn build:watch
3. Click the `Load unpacked` button and select the extension directory (`dev-auth-chrome-extension/build`). <sup>[Read More](https://developer.chrome.com/docs/extensions/mv3/getstarted/)</sup>

## Release History
* 1.1.3
* ADD: Support for QA
* 1.1.2
* Published to **Chrome Web Store**
* 1.1.1
Expand Down

0 comments on commit fdc8374

Please sign in to comment.