Skip to content

Commit a61c206

Browse files
committed
Updated Feature list of v1.4.0
1 parent bbf7904 commit a61c206

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

README.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,26 @@ Firefox addon that provides transparent access to IPFS resources via local HTTP2
77

88
(If you are using Chrome or Chromium, check [ipfs-chrome-extension](https://github.com/dylanPowers/ipfs-chrome-extension) instead)
99

10-
![screenshot v1.2.0](screenshot.png)
10+
![screenshot of v1.4.0](screenshot.png)
1111

1212
### Features
1313

14-
- Clicking on the addon icon toggles redirection
14+
- Clicking on the addon icon displays menu with useful operations
15+
- Toggle redirection to custom gateway (ON by default)
16+
- Open WebUI (eg. go-ipfs daemon running at the custom gateway)
17+
- Additionally, on pages loaded from IPFS:
18+
- Pin IPFS Resource (via go-ipfs API)
19+
- Copy canonical IPFS address
20+
- Copy shareable URL to resource at a default public gateway (first one on public gateway list)
1521
- Requests to `https?://<public_gateway>/(ipfs|ipns)/$RESOURCE`
1622
are replaced with `http://127.0.0.1:8080/(ipfs|ipns)/$RESOURCE`
17-
- Custom gateway host and port can be changed at
23+
- Custom Gateway's host and ports can be changed at
1824
`about:addons` → Extensions → IPFS Gateway Redirect → Preferences
1925
- List of public gateways can be customized too,
2026
default is `ipfs.io` with second being the legacy `gateway.ipfs.io`
21-
- Requests made via custom protocols are routed to the active gateway (public or custom):
22-
- `(ipfs|ipns):/*$RESOURCE`
23-
- `fs:/*(ipfs|ipns)/$RESOURCE`
24-
- Context menu under right click on a page from custom gateway:
25-
- Copy canonical IPFS address
26-
- Copy shareable URL to resource at a default public gateway (first one on public gateway list)
27+
- Requests made via popular custom protocols are routed to the active gateway (public or custom):
28+
- `[web+](ipfs|ipns):/*$RESOURCE`
29+
- `[web+]fs:/*(ipfs|ipns)/$RESOURCE`
2730

2831
### How to install
2932

screenshot.png

155 Bytes
Loading

0 commit comments

Comments
 (0)