Bookmarks Commander
A dual-pane Norton Commander liked bookmarks manager that supports sorting, dark theme, search, and duplicate detection
O que é Bookmarks Commander?
Bookmarks Commander é uma extensão do Chrome desenvolvida por brian.girko, e sua principal característica é "A dual-pane Norton Commander liked bookmarks manager that supports sorting, dark theme, search, and duplicate detection".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bookmarks Commander
Baixe arquivos de extensão Bookmarks Commander no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Bookmarks Commander |
ID | knfpajocfeohpaipkfpdbfhgibajfmcf |
URL Oficial | https://chromewebstore.google.com/detail/bookmarks-commander/knfpajocfeohpaipkfpdbfhgibajfmcf |
Descrição | A dual-pane Norton Commander liked bookmarks manager that supports sorting, dark theme, search, and duplicate detection |
Tamanho do Arquivo | 89.58 KB |
Contagem de Instalações | 5,552 |
Versão Atual | 0.4.8 |
Última Atualização | 2022-06-15 |
Data de Publicação | 2020-06-23 |
Classificação | 4.45/5 Total de 51 Avaliações |
Desenvolvedor | brian.girko |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |