File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,21 @@ This add-on exports and imports bookmarks with a json formatted file for:
8
8
* Store bookmarks in a simple readable file format, example in a git repository.
9
9
* Sync bookmarks between Chrome & Firefox.
10
10
11
+ ## Install
12
+
11
13
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".
14
26
15
27
## Format
16
28
You can’t perform that action at this time.
0 commit comments