WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bookmark Manager + Quick Search

Bookmark Manager + Quick Search

View on Chrome Web Store
View Bookmark Manager + Quick Search Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Search, organize, and manage your bookmarks the smart way. Instant results every time.
Type
Extension
Users
551 users
30
Website devapt.com
wahvinci
View author page of wahvinci
Published
Published on July 4, 2022
Version 1.1.0
Manifest version
3
Updated
Updated on December 8, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Bookmark Manager + Quick Search Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager + Quick Search",
    "description": "Search, organize, and manage your bookmarks the smart way. Instant results every time.",
    "version": "1.1.0",
    "action": {
        "default_title": "Bookmark Manager",
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "storage",
        "sidePanel",
        "bookmarks",
        "tabs",
        "windows",
        "contextMenus"
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "toggle-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Toggle bookmark search"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "style.css",
                "images\/copy-text-easily.png",
                "images\/link-snapper.png",
                "images\/text-to-image.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top