Easy Bookmark Manager
A clean and easy searchable bookmark manager for chrome
What is Easy Bookmark Manager?
Easy Bookmark Manager is a Chrome extension developed by 19randompixel, and its main feature is "A clean and easy searchable bookmark manager for chrome".
Extension Screenshots
Download Easy Bookmark Manager Extension CRX File
Download Easy Bookmark Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Finding it very difficult to search your bookmarks on chrome? Easy Bookmark Manager for chrome displays all the folders and links that are on your chrome's bookmark and helps in easily searching the links without having to leave your current tab/window. Features: 1. Display structured folders of your bookmarks 2. Sleek UI 3. Search bookmarks without leaving your current tab/window 4. Lightning fast searchable bookmark links 5. Search algorithm works using Fuzzy search model
Extension Basic Information
Name | |
ID | ahlelbobmfmadadbbmoofocjhbcggnnh |
Official URL | https://chrome.google.com/webstore/detail/easy-bookmark-manager/ahlelbobmfmadadbbmoofocjhbcggnnh |
Description | A clean and easy searchable bookmark manager for chrome |
File Size | 178 KB |
Installation Count | 35 |
Current Version | 1.0.0 |
Last Updated | 2019-07-22 |
Publish Date | 2019-07-22 |
Rating | 2.00/5 Total 1 Ratings |
Developer | 19randompixel |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Bookmark Manager", "version": "1.0.0", "description": "A clean and easy searchable bookmark manager for chrome", "permissions": [ "activeTab", "bookmarks" ], "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/bookmark-manager-16.png", "32": "images\/bookmark-manager-32.png", "48": "images\/bookmark-manager-48.png", "128": "images\/bookmark-manager-128.png" } }, "icons": { "16": "images\/bookmark-manager-16.png", "32": "images\/bookmark-manager-32.png", "48": "images\/bookmark-manager-48.png", "128": "images\/bookmark-manager-128.png" }, "manifest_version": 2 } |