Dragon Bookmark Manager

Drag and drop bookmark manager, with floating folder windows and views

What is Dragon Bookmark Manager?

Dragon Bookmark Manager is a Chrome extension developed by dragonbookmark, and its main feature is "Drag and drop bookmark manager, with floating folder windows and views".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Dragon Bookmark Manager Extension CRX File

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

                        🐲 "Dragon Bookmark Manager" is a free and open source chrome extension, for people who want an explorer-like bookmark manager, with floating menu windows and restorable views.

Features include:
✅ Multi column floating menu windows for every folder with view layouts, you can save and restore.
✅ Explorer-like select, cut, copy and paste, and drag and drop between windows.
✅ Recently modified folders, in extension popup and manager for quick access to recently modified folders.
✅ Tabs, history and every subfolder, can be independently searched.
✅ Light and dark themes.
✅ Free and open source code written in clojurescript, re-frame and reagent available at: https://github.com/mykeydoesotwork/dragon-bookmark-manager.                    

Extension Basic Information

Name Dragon Bookmark Manager Dragon Bookmark Manager
ID eobojnedjhmmopieajeokibkkcffmmmb
Official URL https://chromewebstore.google.com/detail/dragon-bookmark-manager/eobojnedjhmmopieajeokibkkcffmmmb
Description Drag and drop bookmark manager, with floating folder windows and views
File Size 300 KB
Installation Count 49
Current Version 0.0.0.3
Last Updated 2023-05-08
Publish Date 2022-02-24
Rating 4.00/5 Total 1 Ratings
Developer dragonbookmark
Email [email protected]
Payment Type free
Extension Website https://github.com/mykeydoesotwork/dragon-bookmark-manager
Help Page URL https://github.com/mykeydoesotwork/dragon-bookmark-manager/issues
Privacy Policy Page URL https://github.com/mykeydoesotwork/dragon-bookmark-manager/blob/main/privacy-policy.txt
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dragon Bookmark Manager",
    "version": "0.0.0.3",
    "description": "Drag and drop bookmark manager, with floating folder windows and views",
    "permissions": [
        "bookmarks",
        "tabs",
        "history"
    ],
    "options_page": "options.html",
    "chrome_url_overrides": {
        "bookmarks": "webpage\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Bookmark Editor",
        "default_popup": "popups\/popup.html",
        "default_icon": {
            "16": "images\/bookmark16.png",
            "32": "images\/bookmark32.png",
            "48": "images\/bookmark48.png",
            "128": "images\/bookmark128.png"
        }
    },
    "icons": {
        "16": "images\/bookmark16.png",
        "32": "images\/bookmark32.png",
        "48": "images\/bookmark48.png",
        "128": "images\/bookmark128.png"
    },
    "manifest_version": 3
}