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
官方網址 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"
}