@@ -7,23 +7,26 @@ Firefox addon that provides transparent access to IPFS resources via local HTTP2
7
7
8
8
(If you are using Chrome or Chromium, check [ ipfs-chrome-extension] ( https://github.com/dylanPowers/ipfs-chrome-extension ) instead)
9
9
10
- ![ screenshot v1.2 .0] ( screenshot.png )
10
+ ![ screenshot of v1.4 .0] ( screenshot.png )
11
11
12
12
### Features
13
13
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)
15
21
- Requests to ` https?://<public_gateway>/(ipfs|ipns)/$RESOURCE `
16
22
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
18
24
` about:addons ` → Extensions → IPFS Gateway Redirect → Preferences
19
25
- List of public gateways can be customized too,
20
26
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 `
27
30
28
31
### How to install
29
32
0 commit comments