You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[](https://addons.mozilla.org/en-US/firefox/addon/ipfs-companion/)|[](https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch)|
116
+
|[](https://addons.mozilla.org/firefox/addon/ipfs-companion/)|[](https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch)|
117
117
118
118
**Note:**`ipfs-companion` is designed to retrieve content from a locally running IPFS daemon.
119
-
Make sure [IPFS is installed](https://ipfs.io/docs/getting-started/) on your computer.
119
+
Make sure [IPFS is installed](https://docs.ipfs.io/introduction/usage/) on your computer.
120
120
121
121
### Beta Channel
122
122
123
123
Developers and enthusiasts can opt-in for Beta-quality channel with hand-picked Dev Builds:
124
124
125
125
- Beta for Firefox: [Self-hosted Signed Dev Build](https://ipfs.io/ipfs/QmR8W5wg8BuAyBTruHnHovfWRavwvidVh3qtyinXi6NnLa)
126
-
- Beta for Chrome: [Dev Build at Chrome Web Store](https://chrome.google.com/webstore/detail/ipfs-companion-dev-build/hjoieblefckbooibpepigmacodalfndh)
126
+
- Beta for Chromium-based browsers: [Dev Build at Chrome Web Store](https://chrome.google.com/webstore/detail/ipfs-companion-dev-build/hjoieblefckbooibpepigmacodalfndh)
127
127
128
128
It is also possible to [grab the last successful build from `master`](https://ci.ipfs.team/job/IPFS%20Shipyard/job/ipfs-companion/job/master/lastSuccessfulBuild/),
129
129
but these builds are not signed nor will automatically update:
130
-
`.zip` bundles are meant only to be manually loaded via `chrome://extensions` (Chrome) or `about:debugging` (Firefox) for the purpose of quick smoke-testing.
130
+
`.zip` bundles are meant only to be manually loaded via `chrome://extensions` (Chromium-based) or `about:debugging` (Firefox) for the purpose of quick smoke-testing.
131
131
132
132
## Development
133
133
@@ -138,7 +138,7 @@ To work on the extension you need to install it from source rather than from the
138
138
```bash
139
139
npm install
140
140
npm run build
141
-
npm run bundle:generic # for Chrome dev
141
+
npm run bundle:generic # for Chromium-based dev
142
142
# or
143
143
npm run bundle:firefox # for Firefox dev (build default)
144
144
```
@@ -180,12 +180,6 @@ Legacy versions `1.x.x` were based on currently deprecated Add-On SDK (Firefox-
180
180
While it is not maintained anymore, one can inspect, build and install it using codebase from [legacy-sdk](https://github.com/ipfs/ipfs-companion/tree/legacy-sdk) branch.
181
181
For historical background on the rewrite see [Issue #20: Move to WebExtensions](https://github.com/ipfs/ipfs-companion/issues/20).
0 commit comments