Skip to content

Commit

Permalink
Update docs for Opera (#109)
Browse files Browse the repository at this point in the history
* Update dev instructions for Opera

Since there is still a tiny difference in the installation process
compared to Chrome, I thought it would be worth mentioning it.

* Add settings instructions for Opera

For the sake of consistency, also add a screenshot and some instructions
on how to find the advanced options in the Opera extension.

* Add Opera installation docs

Add separate installation instructions for Opera.

closes #82

* Compress images

Reduce the file size for the Opera docs images -> to save the planet <3
  • Loading branch information
klappradla committed Nov 12, 2018
1 parent c5f7aa1 commit dd58313
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 2 deletions.
16 changes: 16 additions & 0 deletions OPERA.md
@@ -0,0 +1,16 @@
# Opera

[Opera](https://www.opera.com) is no longer accepting extensions for their own [add-ons](https://addons.opera.com/en/extensions/) platform. Users can instead install add-ons via the [Chrome Web Store](https://chrome.google.com/webstore), with the [Install Chrome Extensions](https://addons.opera.com/en-gb/extensions/details/install-chrome-extensions/) add on by the Opera team bridging the gap.

## Install TicketyTick

1. Open Opera
![open opera](./screenshots/opera/step1.png)
1. Install the [Install Chrome Extensions](https://addons.opera.com/en-gb/extensions/details/install-chrome-extensions/) add-on
![install chrome add-on](./screenshots/opera/step2.png)
1. Add the `TicketyTick` add-on via the [Chrome Web Store](https://chrome.google.com/webstore/detail/tickety-tick/ciakolhgmfijpjbpcofoalfjiladihbg)
![add tickety-tick](./screenshots/opera/step3.png)
1. Install the add-on
![install tickety-tick](./screenshots/opera/step4.png)
1. Celebrate 🎉
![tickety-tick](./screenshots/opera/step5.png)
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -41,7 +41,7 @@ Tickety-Tick is available for every major browser:

- [Chrome/Chromium](https://chrome.google.com/webstore/detail/ciakolhgmfijpjbpcofoalfjiladihbg)
- [Firefox](https://addons.mozilla.org/firefox/addon/tickety-tick/)
- [Opera](https://addons.opera.com/extensions/details/tickety-tick/)
- [Opera](./OPERA.md)
- For Safari, you need to build it yourself ([see below](#safari))

## Keyboard Shortcuts
Expand Down Expand Up @@ -88,7 +88,7 @@ If you want to install this addon permanently, go to [about:addons](//about:addo

### Opera

Same process as in [Chrome](#chrome).
Navigate to the [opera://extensions](//opera://extensions) page, enable "Developer mode" and press "Load unpacked extension". Point it to the `dist/chrome` directory. Done.

### Safari

Expand Down Expand Up @@ -177,6 +177,10 @@ In Chrome, open [chrome://extensions/](//chrome://extensions), click the "Detail

![Chrome preferences](./screenshots/chrome-preferences.png)

In Opera, open [opera://extensions/](//opera://extensions), click the "Options" button on the Tickety-Tick tile.

![Opera preferences](./screenshots/opera-preferences.png)

In Safari, open "Preferences" (`cmd + ,`), then select "Extensions".

![Safari preferences](./screenshots/safari-preferences.png)
Binary file added screenshots/opera-preferences.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/opera/step1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/opera/step2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/opera/step3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/opera/step4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/opera/step5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd58313

Please sign in to comment.