Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 3a36c08

Browse files
committed
Update README.md to add links to Firefox/Chrome web stores, supported pages table
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
1 parent 7600675 commit 3a36c08

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,26 @@
1010

1111
---
1212

13+
### Looking to install the extension?
14+
15+
- **Chrome/Edge**
16+
- [**Firefox**](https://addons.mozilla.org/en-US/firefox/addon/docker-dev-environments/)
17+
18+
---
19+
1320
Allows you to quickly jump from a Git repo, branch or PR to a local development environment with the tools you need to test and run your workload — using [Dev Environments](https://docs.docker.com/desktop/dev-environments/) — by adding a button to Github, Bitbucket and Gitlab, in your browser.
1421

15-
<img src="https://github.com/docker/dev-envs-extension/raw/main/docs/button_github_example.png" />
22+
<img src="./docs/button_github_example.png" />
23+
24+
<br>
1625

17-
Supports [Firefox](https://addons.mozilla.org/en-US/firefox/addon/docker-dev-environments/), Chrome and Edge.
26+
### Supported Pages
1827

28+
| Provider | Repo | Branch | PR |
29+
| --------- | ------------------ | ------------------ | ------------------ |
30+
| Github | :white_check_mark: | :white_check_mark: | :white_check_mark: |
31+
| Bitbucket | :white_check_mark: | :white_check_mark: | :x: |
32+
| Gitlab | :white_check_mark: | :white_check_mark: | :x: |
1933

2034
## Contributing
2135

@@ -27,14 +41,14 @@ Unit tests can be ran with `yarn test`. Please remember to add/update tests when
2741

2842
The extension can be built with `yarn build`. You can find instructions on installing an extension temporarily for Firefox [here](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/). For Chrome, check out this [guide](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
2943

30-
3144
## Publishing
3245

3346
The extension can be packaged with `yarn package`. Running this will output `dev-envs.xpi` and `dev-envs-source.zip`, which are the extension and source bundle respectively which can be uploaded to the [Chrome Web Store](https://chrome.google.com/webstore/category/extensions) and [Firefox Addons](https://addons.mozilla.org/en-US/firefox/).
3447

3548
Don't forget to update the version in `manifest.json` before building a new version.
3649

50+
<br>
3751

3852
---
3953

40-
You are free to copy, modify, and distribute **Dev Environments Extension** with attribution under the terms of the Apache-2.0 license. See the LICENSE file for details.
54+
_You are free to copy, modify, and distribute **Dev Environments Extension** with attribution under the terms of the Apache-2.0 license. See the LICENSE file for details._

0 commit comments

Comments
 (0)