Bookmark Manager

Personal, Tag-based Bookmark Manager

What is Bookmark Manager?

Bookmark Manager is a Chrome extension developed by https://bookmarkmanager.com, and its main feature is "Personal, Tag-based Bookmark Manager".

Extension Screenshots

screenshot
screenshot
screenshot

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

                        Wave goodbye to bookmark chaos. Envision retrieving any bookmark on the spot, even if you can't remember details. Our tag chaining feature makes this a reality, allowing you to assemble the ultimate filter for fast, precise searches.

Plus, dive into your bookmark collection right from your browser’s address bar. Our seamless integration means you can initiate powerful searches directly where you type URLs, turning your address bar into a gateway to all your saved information. Fast, convenient, and designed with your workflow in mind, accessing your bookmarks has never been easier.

🔹 Smart Tags
🔹 Powerful Search
🔹 Synced across Platforms and Devices
🔹 Light and Dark Mode
🔹 Privacy and Security

Note: This extension only works with a Google account. The account is required to synchronize bookmarks across devices.                    

Extension Basic Information

Name Bookmark Manager Bookmark Manager
ID obdikhdfjocemafhpnidegmdfhbibdkf
Official URL https://chromewebstore.google.com/detail/bookmark-manager/obdikhdfjocemafhpnidegmdfhbibdkf
Description Personal, Tag-based Bookmark Manager
File Size 42.28 KB
Installation Count 57
Current Version 2.1.0
Last Updated 2024-03-02
Publish Date 2023-08-22
Rating 5.00/5 Total 3 Ratings
Developer https://bookmarkmanager.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.termsfeed.com/live/b2f84c4a-d812-4c47-ab00-c1e385a431cb
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager",
    "description": "Personal, Tag-based Bookmark Manager",
    "version": "2.1.0",
    "author": "[email protected]",
    "permissions": [
        "cookies",
        "tabs",
        "clipboardRead"
    ],
    "omnibox": {
        "keyword": "b"
    },
    "action": {
        "default_title": "Bookmark Manager",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon_16.png",
            "24": "icon_24.png",
            "32": "icon_32.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "bookmarks": "bookmarks.html"
    },
    "host_permissions": [
        "https:\/\/bookmarkmanager.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuWk76AKfFxHKZKI9aOP2tATqGhd8skU\/PqjxvgH1Se0Omn5fOzzt8cvGHI5F9EduH8qwWkQKTH\/7lEEU3MX\/sci6bd\/c9dGPAuHypYNI8vUAd0MVasRUlZlbJHckz8h8rPi\/+9codRmbmnT1juwGXqc5+ucxagzzCXISRZDGMElKpU1jwzykhzUdMzhF+HEOnQprw0h1MG7ZFC9QvzkOBVuMZh\/0AmIOJFgTqmd4nYqoZJqKkigBQgb9hU\/5krc+vm97Nsi5zXlJgY+5Nu5TScOkIUhRVye7b62Srpxyl0Nny3F6IifXP9s\/K0OlPnBTKKsIcrAME1p1CWQ7gyLbmwIDAQAB"
}