Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/me-shaon/bookmarkchecker
Simple Bookmark Checker Chrome extension to find the related bookmarked pages from a site.
https://github.com/me-shaon/bookmarkchecker
Last synced: about 1 month ago
JSON representation
Simple Bookmark Checker Chrome extension to find the related bookmarked pages from a site.
- Host: GitHub
- URL: https://github.com/me-shaon/bookmarkchecker
- Owner: me-shaon
- License: mit
- Created: 2015-07-02T18:30:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T18:33:24.000Z (over 9 years ago)
- Last Synced: 2024-10-15T23:36:43.318Z (3 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Simple Bookmark Checker Chrome Extension
##### Functionality
- This bookmark checker will search the **bookmarked pages** from the current domain. Like- If you are in quora.com and click this extension button ![Extension button](icon-19.png), It will show all other bookmarked page from quora.com.
- List View of the related bookmared pages will show **Title** of the bookmark, **link** of that bookmark and **Remove** button.
- Clicking on any link in the list will open that link in a new tab.
- Clicking on **Remove** button will remove that link from bookmarks at instance. No need to go to that page from bookmark manager.### Installation
- Download the repository on you local machine.
- From Chrome settings->Extension page *check* the **Developer mode** and you will find a button **load unpacked extension**. Like below:![Developers mode](dev.jpg)
- Click that button and show the root of this repository (unzipped).
**And you are done.**
License
----MIT