Bookmark Express Next
This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
What is Bookmark Express Next?
Bookmark Express Next is a Chrome extension developed by Eric Majerus, and its main feature is "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.".
Extension Screenshots
Download Bookmark Express Next Extension CRX File
Download Bookmark Express Next 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
This is a early access version of Bookmark Express extension. It allows you to preview what's coming up.
Extension Basic Information
Name | Bookmark Express Next |
ID | enpmhceecilnohanegmppnlcoakjicho |
Official URL | https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho |
Description | This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too. |
File Size | 623 KB |
Installation Count | 87 |
Current Version | 9.3 |
Last Updated | 2021-03-17 |
Publish Date | 2021-03-02 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Eric Majerus |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Express Next", "description": "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.", "version": "9.3", "browser_action": { "default_popup": "index.html" }, "background": { "page": "background.html" }, "options_page": "index.html?page=options", "permissions": [ "activeTab", "bookmarks", "chrome:\/\/favicon\/", "storage" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |