Skip to content

Commit ef66c02

Browse files
committed
Add install instructions for Chrome
1 parent 6107804 commit ef66c02

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,21 @@ This add-on exports and imports bookmarks with a json formatted file for:
88
* Store bookmarks in a simple readable file format, example in a git repository.
99
* Sync bookmarks between Chrome & Firefox.
1010

11+
## Install
12+
1113
The add-on is published for Firefox here:
12-
<https://addons.mozilla.org/en-US/firefox/addon/json-bookmarks/>. The add-on
13-
works for Chrome also but is not yet published on Chrome Web Store.
14+
<https://addons.mozilla.org/en-US/firefox/addon/json-bookmarks/>.
15+
16+
The add-on also works for Chrome but is not yet published on Chrome Web Store.
17+
Thus, install from locally until further:
18+
19+
1. Download latest release from
20+
<https://github.com/1nfiniteloop/json-bookmarks/releases>.
21+
2. Unpack in any folder, example create
22+
`<profile_path>/Extensions Local/json-bookmarks`, where your profile path
23+
can be obtained from `chrome://version/`.
24+
3. Install locally from `chrome://extensions/` -> Toggle "Developer mode" ->
25+
"Load unpacked".
1426

1527
## Format
1628

0 commit comments

Comments
 (0)