BookmarkManager

Convenient and beautiful new tab bookmark manager.

Что такое BookmarkManager?

BookmarkManager - это расширение Chrome, разработанное Sasha Onoshko, и его основная функция - "Convenient and beautiful new tab bookmark manager.".

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

screenshot
screenshot
screenshot

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

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

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

                        This extension provides the ability to save your favorite sites as a bookmark in the Chrome new tab.
Also, you can change the background image of the new tab.                    

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

Название BookmarkManager BookmarkManager
ID ldjaccfbgefedaefkliajmdiicajaofb
Официальный URL https://chromewebstore.google.com/detail/bookmarkmanager/ldjaccfbgefedaefkliajmdiicajaofb
Описание Convenient and beautiful new tab bookmark manager.
Размер файла 623 KB
Количество установок 12
Текущая Версия 0.1.03
Последнее Обновление 2021-02-12
Дата публикации 2018-11-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Sasha Onoshko
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BookmarkManager",
    "description": "Convenient and beautiful new tab bookmark manager.",
    "version": "0.1.03",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}