Tree First Bookmarks

Save a bookmark to any sub-category found by the spotlight-like search. Press cmd+b and use a sub-tree, a breadcrumb, tooltips, etc.

Что такое Tree First Bookmarks?

Tree First Bookmarks - это расширение Chrome, разработанное Dmitry Galakhov, и его основная функция - "Save a bookmark to any sub-category found by the spotlight-like search. Press cmd+b and use a sub-tree, a breadcrumb, tooltips, etc.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Tree First Bookmarks

Скачайте файлы расширений Tree First Bookmarks в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Tree First Bookmarks allows you to quickly save a bookmark to any of your (sub-)folders by narrowing them down with an integrated spotlight search.

- For easy organisation, tooltips with a full path to the listed folders are attached.
- Additionally, a sub-tree view with a breadcrumb is shown by clicking on any radio button. If there are any sub-folders in a sub-tree, they can be displayed by clicking on the switch button (found in the top right corner). The sub-tree view will always display the sub-folders in the chosen (parent) folder if there are any.
- It's also possible to save the same bookmark to another relevant (sub-)folders by re-opening the extension and clicking on a desired folder.
- To quick-open, the hot-keys combination can be used: cmd+b on Mac OS X (ctrl+b on Windows).

Advanced usage, tricks and explanations:
By clicking on any radio button next to a folder (on the right) in the folder's list or in the opened sub-tree (on the left), you'll see the breadcrumb navigation with the full path to a chosen folder. After clicking on a radio button, this chosen folder becomes the origin (a parent folder), in where the new sub-folders can be created. Then, if you enter a name for a new folder in the above entry field (it's the search field at the same time) and save it by clicking on this name (or hitting enter) below the field, the folder will be placed as a sub-folder into the chosen origin and the bookmark will be added & saved into this newly created (sub-)folder. If no origin has been chosen, the location new folders are saved to is the default "Other Bookmarks" folder.

This extension is meant for a quick classification & saving a bookmark into some particular folder only. It helps to filter out & find this one folder among a huge set of folders and sub-folders or to create a new folder with a desired name. It is not meant to look for your saved bookmarks nor open any bookmark, as this action is possible in chrome by default.

To search for bookmarks, history, or opened/closed tabs, use the Saka extension: https://chrome.google.com/webstore/detail/saka/nbdfpcokndmapcollfpjdpjlabnibjdi

The history of the extension:
The old Better Bookmark Extension, originally developed by Szymon Pilkowski, allowed you easily add bookmarks to any found category without any sub-tree view or nested folder structure, breadcrumb or additional navigation. It already included spotlight-like weighted fuzzy search (http://fusejs.io) and supported mouse & keyboard by default. You could only add a new category to the "Other Bookmarks" folder by default but the minimalistic design of the extension showed great potential.

The old Better Bookmark extension seems no longer be supported: https://chrome.google.com/webstore/detail/better-bookmark/pniopfmciclllcpockpkgceikipiibol
That's why I created my own improved version of this extension and called it "Tree First Bookmarks".

My fork of "Better Bookmark"  is heavily optimised for people got used to the hierarchy in their bookmarks and for those who wants to easily find the right folder among tons of (unorganised) folders to save a bookmark in there: https://github.com/galakhov/tree-first-bookmarks-v2

"Tree First Bookmarks" also gets a new icon from now on.

Along with these changes, the redesign has happened and is still happening now, as I enjoy adapting it to myself. If I encounter some usability issues I can directly fix them by implementing a next iteration.

Other features and updates to the original version:
- Tree First Bookmarks extension is now equipped with tooltips showing up the full path to the current bookmark on hovered category.
- Now you can also choose the parent directory for the new folder that is being created (in the original version all folders were put into the "Other Bookmarks" with a flat structure first).
- Another new feature — The Sub Tree — helps you get a quick overview of sub-folders in a chosen directory (click on any radio button to activate it).
- UI has been also improved. Arrows, breadcrumb and descriptions were added, input fields and text blocks were moved to key positions.
- Fuse.js library (fuzzy search) updated to v3.3.0 and max amount of characters for the search pattern has been changed, thus, "Pattern length is too long" error shouldn't now block the search (or bitapRegexSearch will be used instead).
- Clickable breadcrumbs allow you to change a parent directory to go up & down the tree. Start by clicking on any radio button then navigate between the links in a breadcrumb .

Feel free to start a discussion about some issues you encounter or post a proposal for a new feature in the extension's GitHub repo: https://github.com/galakhov/tree-first-bookmarks-v2                    

Основная информация о расширении

Название Tree First Bookmarks Tree First Bookmarks
ID lempbilidejiiljkciadplnekoflbmnl
Официальный URL https://chrome.google.com/webstore/detail/tree-first-bookmarks/lempbilidejiiljkciadplnekoflbmnl
Описание Save a bookmark to any sub-category found by the spotlight-like search. Press cmd+b and use a sub-tree, a breadcrumb, tooltips, etc.
Размер файла 208 KB
Количество установок 64
Текущая Версия 2.0.2.9
Последнее Обновление 2019-10-20
Дата публикации 2019-10-20
Рейтинг 3.73/5 Всего 11 оценок
Разработчик Dmitry Galakhov
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/galakhov/tree-first-bookmarks-v2
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tree First Bookmarks",
    "description": "Save a bookmark to any sub-category found by the spotlight-like search. Press cmd+b and use a sub-tree, a breadcrumb, tooltips, etc.",
    "version": "2.0.2.9",
    "author": "Szymon Pilkowski, Dmitry Galakhov",
    "homepage_url": "https:\/\/github.com\/galakhov\/tree-first-bookmarks",
    "default_locale": "en",
    "background": {
        "page": "init.html",
        "persistent": false
    },
    "icons": {
        "16": "bookmark-icon-trees-128.png",
        "48": "bookmark-icon-trees-128.png",
        "128": "bookmark-icon-trees-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "bookmark-icon-trees-128.png",
            "38": "bookmark-icon-trees-128.png"
        },
        "default_title": "Tree First Bookmarks",
        "default_popup": "background.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "windows": "Ctrl+B",
                "mac": "Command+B",
                "chromeos": "Ctrl+B",
                "linux": "Ctrl+B"
            }
        }
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "contextMenus"
    ]
}