Bookmark Manager

Bookmark Manager

Что такое Bookmark Manager?

Bookmark Manager - это расширение Chrome, разработанное https://aureolls.com, и его основная функция - "Bookmark Manager".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Bookmark Manager

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

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

                        Experience a new bookmark manager with restore session page, search & better history and bookmarks.

Now rearrange sessions using drag & drop from UI. Sessions page is now with search functionality. You can delete duplicate URLs with one click. You can search your bookmarks and history, right from the extension popup. 

Organise your existing bookmarks using Bookmark Manager. You can move your existing bookmarks to separate folders, by just specifying any word present in your bookmark URL.

Manage bookmarks and folders:
- Identify Duplicate bookmarks.
- Clean your bookmarks by deleting empty folders.

Navigate through fields from keyboard using 'Enter' key.

Set shortcut for triggering extension:
Go to Url 'chrome://extensions/'. In the menu there is a Keyboard shortcuts link.

Permissions: 
- "Tabs" in order to bookmark your current session.
- "Bookmarks" in order to save bookmarks.

Note: None of your information (history or bookmarks) are stored or kept anywhere else than on your computer.                    

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

Название Bookmark Manager Bookmark Manager
ID idakfiahffeejfhghndaboolmmhbnepn
Официальный URL https://chromewebstore.google.com/detail/bookmark-manager/idakfiahffeejfhghndaboolmmhbnepn
Описание Bookmark Manager
Размер файла 516 KB
Количество установок 61,770
Текущая Версия 11.4.0
Последнее Обновление 2024-01-31
Дата публикации 2020-05-17
Рейтинг 3.68/5 Всего 53 оценок
Разработчик https://aureolls.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.aureolls.com/
URL страницы помощи https://www.aureolls.com/bookmark-manager-chrome-extension-how-to-use-features/
URL страницы политики конфиденциальности https://aureolls.com/index.php/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager",
    "short_name": "Bookmark",
    "description": "Bookmark Manager",
    "version": "11.4.0",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Bookmark"
    },
    "permissions": [
        "tabs",
        "history",
        "bookmarks",
        "",
        "storage",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}