Cobalt Bookmark Manager

Quickly manage and SEARCH Chrome bookmarks!

What is Cobalt Bookmark Manager?

Cobalt Bookmark Manager is a Chrome extension developed by Scout Manager, and its main feature is "Quickly manage and SEARCH Chrome bookmarks!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cobalt Bookmark Manager Extension CRX File

Download Cobalt 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

                        Ever find it frustrating to find a Chrome bookmark in all those folders? Cobalt Bookmark Manager is a productivity tool to allow searching for bookmarks based on title and URL. Search results are cleanly displayed in a list for browsing. Selecting a bookmark opens it into a new tab. Users can easily edit a bookmark's details and move it between folders. 

Cobalt works with Chrome bookmarks, so you still get the power of Google Chrome syncing bookmarks across all your browsers and devices. No signup. No gimmicks. No ads. Free to use.                    

Extension Basic Information

Name Cobalt Bookmark Manager Cobalt Bookmark Manager
ID odffggniegnmngnhijjiafbmiibfbhhk
Official URL https://chromewebstore.google.com/detail/cobalt-bookmark-manager/odffggniegnmngnhijjiafbmiibfbhhk
Description Quickly manage and SEARCH Chrome bookmarks!
File Size 142 KB
Installation Count 38
Current Version 1.0.0
Last Updated 2021-01-10
Publish Date 2021-01-09
Rating 5.00/5 Total 1 Ratings
Developer Scout Manager
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quickly manage and SEARCH Chrome bookmarks!",
    "version": "1.0.0",
    "name": "Cobalt Bookmark Manager",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "bookmarks",
        "activeTab"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}