Bookmarks Commander

A dual-pane Norton Commander liked bookmarks manager that supports sorting, dark theme, search, and duplicate detection

Was ist Bookmarks Commander?

Bookmarks Commander ist eine Chrome-Erweiterung, die von brian.girko entwickelt wurde, und ihr Hauptmerkmal ist "A dual-pane Norton Commander liked bookmarks manager that supports sorting, dark theme, search, and duplicate detection".

Erweiterungsscreenshots

screenshot
screenshot

Bookmarks Commander-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmarks Commander-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is a two-panel bookmarks manager for your browser. It works similar to the famous Total Commander. You can move items between the panels or view two different directories simultaneously.

Instruction:
Click on the toolbar button once to open the commander in a new browser tab. By default the left panel has focus. Use arrow up and arrow down keys to navigate. Use Enter to move to a directory. To move the other panel simply press The left or right arrow key.

Shortcuts:
[open links]: Press Enter key to open on the same tab. Press Ctrl + Enter or Command + Enter to open in a background tab or use double-click to open on the same tab. Press Ctrl/Command while double-clicking to open in a background tab.
[select multiple bookmarks]: Ctrl/Command with left-click to select more items.
[copy links to the clipboard]: Ctrl + C or Command + C to copy selected links to the clipboard.
[copy titles to the clipboard]: Ctrl + X or Command + X to copy selected titles to the clipboard.
[directly navigate to a bookmark]: Press the first character of the title multiple times to navigate between items starting with this particular character
[move one step up]: Use backspace to navigate to the parent directory
[move between left and right panels]: use Tab key to toggle between panels. Use Ctrl + 1 or Command + 1 to move to the left tab. Use Ctrl + 2 or Command + 2 to move to the right tab. You can alternatively use arrow-left and right to move between panels.
[move selected bookmarks and folders to the other panel]: Use Ctrl/Command + right arrow key to move selected items to the right panel when the left panel is focused. Use Ctrl/Command + left arrow key to move selected items to the left panel when the right panel is focused.
[sort items]: Ctrl/Command + J for A-Z and Ctrl/Command + Shift + J for Z-A
[find duplicated bookmarks]: Ctrl/Command + Shift + F; use the "duplicates" keyword on the search bar to find all duplicated bookmarks in the current directory and subdirectories.
[move bookmarks between different browsers]: Ctrl/Command + Y to export selected bookmarks to the clipboard, then use Ctrl/Command + P to import them to the new machine. This way you can transfer bookmarks between two browsers.
[configurations]: Use Ctrl/Command + S to access configuration panel. You can change the font size and font family of the interface or change the color scheme (theme) of the interface (dark, light, or based on your OS color scheme) or toolbar icon's color. It is also possible to use the new "VIM" mode to support VIM-compatible navigation (still in progress).

Notes:
1. When an operation is not allowed, the button is disabled.
2. You can see all the shortcuts by placing your mouse over the buttons.
3. You can drag and drop bookmarks between panes
4. You can use right-click context menu to open links in new windows                    

Grundlegende Informationen zur Erweiterung

Name Bookmarks Commander Bookmarks Commander
ID knfpajocfeohpaipkfpdbfhgibajfmcf
Offizielle URL https://chromewebstore.google.com/detail/bookmarks-commander/knfpajocfeohpaipkfpdbfhgibajfmcf
Beschreibung A dual-pane Norton Commander liked bookmarks manager that supports sorting, dark theme, search, and duplicate detection
Dateigröße 89.58 KB
Installationsanzahl 5,552
Aktuelle Version 0.4.8
Letztes Update 2022-06-15
Veröffentlichungsdatum 2020-06-23
Bewertung 4.45/5 Insgesamt 51 Bewertungen
Entwickler brian.girko
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.4.8",
    "name": "Bookmarks Commander",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "bookmarks",
        "contextMenus",
        "chrome:\/\/favicon\/*",
        "storage"
    ],
    "homepage_url": "https:\/\/add0n.com\/bookmarks-commander.html",
    "background": {
        "persistent": false,
        "scripts": [
            "worker.js"
        ]
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "browser_action": [],
    "incognito": "split"
}