Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reproduction steps for firefox to README #180

Closed
PatrykKuniczak opened this issue Sep 17, 2023 · 3 comments
Closed

Add reproduction steps for firefox to README #180

PatrykKuniczak opened this issue Sep 17, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@PatrykKuniczak
Copy link
Collaborator

PatrykKuniczak commented Sep 17, 2023

Is your feature request related to a problem? Please describe.
README.md don't have reproduction steps to load plugin in firefox.

Describe the solution you'd like
Add new things, and simplyfy a little:

### Procedures <a name="procedures"></a>

1. Clone this repository.
2. Change `name` and `description` in package.json => **Auto synchronize with manifest** 
3. Run `yarn install` or `npm i` (check your node version >= 16.6, recommended >= 18)

## And next, depending on the needs:

### For Chrome:
   1. Run `yarn dev` or `npm run dev`
   2. Open in browser - `chrome://extensions`
   3. Check - `Developer mode`
   4. Find and Click - `Load unpacked extension`
   5. Select - `dist` folder (after dev or build)

#### If you want to build for production, Just run `yarn build` or `npm run build`.

### For Firefox:
   1. Run `yarn dev:firefox` or `npm run dev:firefox`
   2. Open in browser - `about:debugging#/runtime/this-firefox`
   3. Find and Click - `Load Temporary Add-on...`
   4. Select - `manifest.json` file from `dist` folder (after dev or build)

#### If you want to build for production, Just run `yarn build:firefox` or `npm run build:firefox`.

#### Remember in firefox you add plugin in temporary mode, that's mean is disappear after close browser, you must do it again, on next launch.
@PatrykKuniczak PatrykKuniczak added the enhancement New feature or request label Sep 17, 2023
@PatrykKuniczak PatrykKuniczak changed the title Add firefox steps to README Add reproduction steps for firefox to README Sep 17, 2023
@Jonghakseo
Copy link
Owner

Great, create a pull request and I'll incorporate it.

@Jonghakseo
Copy link
Owner

@all-contributors please add @PatrykKuniczak for docs

@allcontributors
Copy link
Contributor

@Jonghakseo

I've put up a pull request to add @PatrykKuniczak! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants