Skip to content

Commit

Permalink
chore(readme): added Chrome Web Store link and update AMO one
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Aug 15, 2017
1 parent eca9940 commit c50d702
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![screenshot of v2.0.8](screenshot.png)

[![](https://img.shields.io/github/release/ipfs/ipfs-companion.svg)](https://github.com/ipfs/ipfs-companion/releases/latest)
[![](https://img.shields.io/badge/mozilla-full%20review-blue.svg)](https://addons.mozilla.org/en-US/firefox/addon/ipfs-gateway-redirect/)
[![](https://img.shields.io/badge/mozilla-full%20review-blue.svg)](https://addons.mozilla.org/en-US/firefox/addon/ipfs-companion/)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-blue.svg)](http://standardjs.com/)
[![build-status](https://travis-ci.org/ipfs/ipfs-companion.svg?branch=master)](https://travis-ci.org/ipfs/ipfs-companion)
[![Coverage Status](https://coveralls.io/repos/github/lidel/ipfs-firefox-addon/badge.svg?branch=master)](https://coveralls.io/github/lidel/ipfs-firefox-addon?branch=master)
Expand All @@ -15,8 +15,6 @@
- [Background](#background)
- [Features](#features)
- [Install](#install)
- [Firefox](#firefox)
- [Chromium](#chromium-based-browsers)
- [Troubleshooting](#troubleshooting)
- [Contribute](#contribute)
- [License](#license)
Expand All @@ -29,7 +27,7 @@ IPFS is a new hypermedia distribution protocol, addressed by content and identit
IPFS enables the creation of completely distributed applications.
It aims to make the web faster, safer, and more open.

Learn more at: https://ipfs.io (It is really cool, I promise!)
Learn more at: https://ipfs.io (It is really cool, we promise!)

## Features

Expand All @@ -56,11 +54,15 @@ Learn more at: https://ipfs.io (It is really cool, I promise!)

## Install

### Firefox
### TL;DR

Install the latest signed release from [AMO](https://addons.mozilla.org/en-US/firefox/addon/ipfs-gateway-redirect/):
| Firefox | Chrome / Chromium |
| ------------- | ------------- |
| [![Get the add-on](https://blog.mozilla.org/addons/files/2015/11/AMO-button_1.png)](https://addons.mozilla.org/en-US/firefox/addon/ipfs-companion/) | [![](https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png)](https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch) |

[![Get the add-on](https://blog.mozilla.org/addons/files/2015/11/AMO-button_1.png)](https://addons.mozilla.org/en-US/firefox/addon/ipfs-gateway-redirect/)
### Modern Firefox (> 53)

Install the latest signed release from [AMO](https://addons.mozilla.org/en-US/firefox/addon/ipfs-companion/).

It will guarantee automatic updates to the latest version reviewed by Mozilla community.

Expand All @@ -70,7 +72,11 @@ Legacy versions `1.x.x` were based on currently deprecated Add-On SDK (Firefox-
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.
For historical background on the rewrite see [Issue #20: Move to WebExtensions](https://github.com/ipfs/ipfs-companion/issues/20).

### Chromium-Based Browsers
### Chrome / Chromium

Install the latest signed release from [Chrome Web Store](https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch).

### Other Browsers Supporting WebExtensions API

Try manual installation:

Expand All @@ -82,7 +88,7 @@ Try manual installation:
npm run build
```

3. Then open up `chrome://extensions` in Chromium-based browser, enable "Developer mode", click "Load unpacked extension..." and point it at `add-on/manifest.json`
3. Load it into browser (eg. open up `chrome://extensions` in Chromium-based browser, enable "Developer mode", click "Load unpacked extension..." and point it at `add-on/manifest.json`)


### TROUBLESHOOTING
Expand Down
2 changes: 1 addition & 1 deletion add-on/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "IPFS Companion",
"short_name": "IPFS Companion",
"version" : "2.0.8",
"version" : "2.0.9",

"description": "Browser extension that simplifies access to IPFS resources",
"homepage_url": "https://github.com/ipfs/ipfs-companion",
Expand Down

0 comments on commit c50d702

Please sign in to comment.