Skip to content

Commit 9abf973

Browse files
Documented usage
1 parent 5132691 commit 9abf973

File tree

4 files changed

+35
-0
lines changed

4 files changed

+35
-0
lines changed

README.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
11
# add-to-lists-chrome-extension
22
A Chrome extension Add/bookmark an opened tab URL to multiple lists
3+
4+
### How to install
5+
1. Clone this repo.
6+
2. Type and enter `chrome://extensions/` in your Chrome browser's address bar or go to `Setting > More tools > Extensions`.
7+
3. Enable the `Developer mode` at the top.
8+
4. Click on the `Load packed` button and select the cloned repository directory.
9+
5. If installation is successful, you'll see this icon at the top of your Chrome browser: <img src="icon.png" alt="drawing" width="20" style=""/>
10+
11+
### How to use
12+
1. Go to any opened tab in your browser.
13+
2. Click on the <img src="icon.png" alt="drawing" width="20" style=""/> icon.
14+
15+
#### Adding bookmark to lists
16+
Add the current tab's URL and name to multiple exisitng lists by checking the checkboxes or you can create a new list.
17+
18+
![Adding to lists](./section-1.png)
19+
20+
---
21+
#### Managing lists
22+
Just click on the `Manage lists` button and you'll be taken to list-of-lists section where you can see all the list titles with counts of bookmark items. As of now only delete is supported in the 'Manage Lists' section. Edit name will be added soon in coming release.
23+
24+
![Managing lists](./section-2.png)
25+
26+
---
27+
28+
#### Bookmark lists
29+
30+
Click on any one list title on the 'Manage Lists' section and you'll be taken to bookmark item's list for that selected list title. You can delete the bookmarks in this section. Editing/Moving bookmark is not supported as of now, will be added soon in coming release.
31+
![Bookmark lists](./section-3.png)
32+
33+
### Feature Requests
34+
Please use Issues section here on Github.
35+
36+
37+

section-1.png

202 KB
Loading

section-2.png

72.3 KB
Loading

section-3.png

73.4 KB
Loading

0 commit comments

Comments
 (0)