Bookmarks Commander

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

Bookmarks Commander là gì?

Bookmarks Commander là một tiện ích mở rộng Chrome được phát triển bởi brian.girko, và tính năng chính của nó là "A dual-pane Norton Commander liked bookmarks manager that supports sorting, dark theme, search, and duplicate detection".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmarks Commander

Tải xuống các tệp mở rộng Bookmarks Commander dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bookmarks Commander Bookmarks Commander
ID knfpajocfeohpaipkfpdbfhgibajfmcf
URL Chính Thức https://chromewebstore.google.com/detail/bookmarks-commander/knfpajocfeohpaipkfpdbfhgibajfmcf
Mô tả A dual-pane Norton Commander liked bookmarks manager that supports sorting, dark theme, search, and duplicate detection
Kích Thước Tệp 89.58 KB
Số Lần Cài Đặt 5,552
Phiên Bản Hiện Tại 0.4.8
Cập Nhật Lần Cuối 2022-06-15
Ngày Phát Hành 2020-06-23
Đánh Giá 4.45/5 Tổng số 51 Đánh Giá
Nhà Phát Triển brian.girko
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}