This extension let's you access IPFS urls seamlessly from your local IPFS node, and take a look at its stats.
# Features
- Icon with badge that shows if the node is running, and how many peers are connected to it
- Clicking on the icon opens popup menu with useful operations:
- See stats of the IPFS node
- Toggle redirection to the IPFS node
- Open IPFS node WebUI
- Open extension options (more about this bellow)
- Additionally, on pages loaded from IPFS:
- Copy canonical IPFS address
- Copy shareable URL to resource at a default public gateway (https://ipfs.io)
- Pin/unpin IPFS Resource
- When redirection is on, requests to `https?://*/(ipfs|ipns)/$RESOURCE` are replaced with `http://localhost:8080/(ipfs|ipns)/$RESOURCE`
- Options menu that let's you customize several parameters:
- IPFS node host
- IPFS node port
- IPFS node API port
- API stats polling interval
- Toggle redirection