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
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,26 +9,30 @@ Firefox addon that provides transparent access to IPFS resources via local HTTP2
9
9
10
10
(If you are using Google Chrome or Chromium check [ipfs-chrome-extension](https://github.com/dylanPowers/ipfs-chrome-extension) or [ipfs-chrome-station](https://github.com/xicombd/ipfs-chrome-station) instead)
11
11
12
-

12
+

13
13
14
14
### Features
15
15
16
-
- Clicking on the addon icon displays menu with useful operations
17
-
- Toggle redirection to custom gateway (ON by default)
16
+
- Toolbar icon displays current IPFS peering status
17
+
- Click on it to open IPFS actions menu
18
+
- Display information about custom gateway
19
+
- Toggle redirection to the gateway (ON by default)
18
20
- Open WebUI (eg. go-ipfs daemon running at the custom gateway)
19
21
- Additionally, on pages loaded from IPFS:
20
-
- Pin IPFS Resource (via go-ipfs API)
22
+
- Pin IPFS Resource (via API)
21
23
- Copy canonical IPFS address
22
24
- Copy shareable URL to resource at a default public gateway (first one on public gateway list)
23
25
- Requests to `https?://<public_gateway>/(ipfs|ipns)/$RESOURCE`
24
26
are replaced with `http://127.0.0.1:8080/(ipfs|ipns)/$RESOURCE`
25
-
- Custom Gateway's host and ports can be changed at
27
+
- Custom Gateway address and other settings can be tweaked at
0 commit comments