Smart Bookmark Manager

A better look at your browsers Bookmarks with advance searching and the most useful filters

Что такое Smart Bookmark Manager?

Smart Bookmark Manager - это расширение Chrome, разработанное https://chromio.net, и его основная функция - "A better look at your browsers Bookmarks with advance searching and the most useful filters".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        With Smart Bookmark Manager you can

- Short bookmarks by date and name
- Custom Bookmark search
- Arrange Bookmarks in Grid and list style
- Select multiple bookmarks with mouse cursor
- Open single or multi bookmarks in new tab, new windows or private window
- Import and export bookmarks
- edit, move, delete and copy bookmark’s URL

Upcoming features
- Display web shots in Grid style
- Display search suggestions

Please give suggestion in support so we improve this extension - Thanks                    

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

Название Smart Bookmark Manager Smart Bookmark Manager
ID nfobeapoafofgmfaggcajmnfdjemfpno
Официальный URL https://chromewebstore.google.com/detail/smart-bookmark-manager/nfobeapoafofgmfaggcajmnfdjemfpno
Описание A better look at your browsers Bookmarks with advance searching and the most useful filters
Размер файла 91.59 KB
Количество установок 1,629
Текущая Версия 1.0.0
Последнее Обновление 2019-11-24
Дата публикации 2019-11-19
Рейтинг 4.32/5 Всего 25 оценок
Разработчик https://chromio.net
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon-popup.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "bookmarks": "bookmarks.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}