Skip to content

Commit 08779ab

Browse files
authored
Add Firefox extension link
1 parent 6213d2e commit 08779ab

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
1-
# Chrome Extension
1+
# Browser Extension
22

33
![Image](https://user-images.githubusercontent.com/1051509/46907462-fc0ef600-cf12-11e8-8d73-05b95577364e.png)
44

55
[![available in the chrome store](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/jkhbnhagngalpojoeijaleemepfpefmp)
6+
[Download for firefox](https://addons.mozilla.org/en-US/firefox/addon/open-in-codesandbox/)
67

7-
This chrome extension adds a button to all github repos that will open that repo in CodeSandbox in a new window
8+
This extension adds a button to all github repos that will open that repo in CodeSandbox in a new window
89

9-
## How to run
10+
## How to run in Chrome
1011

1112
- Open the Extension Management page by navigating to chrome://extensions.
1213
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
1314
- Click the LOAD UNPACKED button and select this folder.
1415

1516
![load](https://developer.chrome.com/static/images/get_started/load_extension.png)
1617

18+
19+
## How to run in Firefox
20+
21+
- Open about:debugging
22+
- Click "Load Temporary Add-on"
23+
- Open the extension's directory and select any file inside the extension.
24+
25+
1726
## How to publish
1827

19-
Unfortunately there is a need for a key to in order to update apps so as soon as something gets merged pls ping me in the PR and I will create a new version
28+
Unfortunately there is a need for a key to in order to update apps so as soon as something gets merged pls ping me at @SaraVieira in the PR and I will create a new version

0 commit comments

Comments
 (0)