Skip to content

Commit 429671a

Browse files
committed
update readme
1 parent 11c9ee1 commit 429671a

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

Readme.md

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,35 @@
11
# open in mpv
22

3+
A minimalist extension to open the current website or a link in mpv.
4+
You only need to put a .desktop file to `~/.local/share/applications/mpv-scheme-handler.desktop`.
5+
6+
And if you don't have that file installed, you get a shell-script to put it into place.
7+
No more "nothing happens" and no-one knows why!
8+
9+
Inspired by _Open In mpv_ by Leonardo and _ff2mpv_ by yossarian, which require additional binaries installed but don't tell you when they are missing.
10+
311
## License
412

513
Licensed under the EUPL-1.2-or-later
614

7-
## installation guide (Firefox):
8-
1. TODO
9-
10-
## installation guide (Chromium):
11-
1. download it & unzip the downloaded file or clone the repo
12-
2. open chromium on your pc
13-
3. go to chrome://extensions/
14-
4. enable developer mode
15-
42. click load unpacked
16-
55. replace manifest.json by manifest-chrome.json
17-
69. select the folder with the plugin data
15+
## Installation
16+
17+
### Firefox
18+
19+
Go to !release pending! and install the extension
20+
21+
## Local (development) installation
22+
23+
### Firefox
24+
25+
1. go to <about:debugging#/runtime/this-firefox>
26+
2. click "load temporary add-on"
27+
3. select the `manifest.json`.
28+
29+
### Chromium:
30+
31+
1. replace `manifest.json` with `manifest-chrome.json`
32+
2. go to <chrome://extensions/>
33+
3. enable developer mode
34+
4. click "load unpacked"
35+
5. select the folder containing this extension.

0 commit comments

Comments
 (0)