Bookmark manager

Access the Bookmark manager window directly from the toolbar.

What is Bookmark manager?

Bookmark manager is a Chrome extension developed by Jacob "kurtextrem" Groß, and its main feature is "Access the Bookmark manager window directly from the toolbar.".

Download Bookmark manager Extension CRX File

Download 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

                        Opens the bookmark manager. No CPU usage, no background pages, no fishy permissions.

This version does not read your browser history, see: https://www.reddit.com/r/chrome_extensions/comments/5kvoro/bookmark_manager_has_been_sold_probably/                    

Extension Basic Information

Name Bookmark manager Bookmark manager
ID nbclpmaekfdneoaeomabndehacgihdgj
Official URL https://chrome.google.com/webstore/detail/bookmark-manager/nbclpmaekfdneoaeomabndehacgihdgj
Description Access the Bookmark manager window directly from the toolbar.
File Size 24.15 KB
Installation Count 424
Current Version 1.0.6
Last Updated 2017-01-02
Publish Date 2017-01-02
Rating 4.29/5 Total 7 Ratings
Developer Jacob "kurtextrem" Groß
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.kurtextrem.de/chrome/PRIVACY.html
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extDescription__"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "tabs"
    ],
    "version": "1.0.6"
}