Smart Bookmark Manager
A better look at your browsers Bookmarks with advance searching and the most useful filters
What is Smart Bookmark Manager?
Smart Bookmark Manager is a Chrome extension developed by https://chromio.net, and its main feature is "A better look at your browsers Bookmarks with advance searching and the most useful filters".
Extension Screenshots
Download Smart Bookmark Manager Extension CRX File
Download Smart 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
With Smart Bookmark Manager you can - Short bookmarks by date and name - Custom Bookmark search - Arrange Bookmarks in Grid and list style - Select multiple bookmarks with mouse cursor - Open single or multi bookmarks in new tab, new windows or private window - Import and export bookmarks - edit, move, delete and copy bookmark’s URL Upcoming features - Display web shots in Grid style - Display search suggestions Please give suggestion in support so we improve this extension - Thanks
Extension Basic Information
Name | Smart Bookmark Manager |
ID | nfobeapoafofgmfaggcajmnfdjemfpno |
Official URL | https://chromewebstore.google.com/detail/smart-bookmark-manager/nfobeapoafofgmfaggcajmnfdjemfpno |
Description | A better look at your browsers Bookmarks with advance searching and the most useful filters |
File Size | 91.59 KB |
Installation Count | 1,629 |
Current Version | 1.0.0 |
Last Updated | 2019-11-24 |
Publish Date | 2019-11-19 |
Rating | 4.32/5 Total 25 Ratings |
Developer | https://chromio.net |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.0", "description": "__MSG_extDescription__", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon-popup.png" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "bookmarks": "bookmarks.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ] } |