Bookmarks Commander

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

什么是Bookmarks Commander?

Bookmarks Commander是由brian.girko开发的Chrome扩展程序,该扩展的主要功能是“A dual-pane Norton Commander liked bookmarks manager that supports sorting, dark theme, search, and duplicate detection”。

扩展截图

screenshot
screenshot

下载Bookmarks Commander扩展crx文件

下载Bookmarks Commander扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Bookmarks Commander Bookmarks Commander
ID knfpajocfeohpaipkfpdbfhgibajfmcf
官方URL https://chromewebstore.google.com/detail/bookmarks-commander/knfpajocfeohpaipkfpdbfhgibajfmcf
简介 A dual-pane Norton Commander liked bookmarks manager that supports sorting, dark theme, search, and duplicate detection
文件大小 89.58 KB
安装次数 5,552
当前版本 0.4.8
更新时间 2022-06-15
上架时间 2020-06-23
评分 4.45/5 共51次评分
开发者 brian.girko
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}