MultiBar

Allows switching between multiple sets of bookmarks on the bookmarks bar

Что такое MultiBar?

MultiBar - это расширение Chrome, разработанное dougp, и его основная функция - "Allows switching between multiple sets of bookmarks on the bookmarks bar".

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

screenshot

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

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

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

                        Provides more flexibility on the bookmarks bar by allowing you to flip between multiple sets of bookmarks at the click of a button.

Setup
=====
Please back up the contents of your bookmarks bar before starting!

On installation, MultiBar will create 2 bookmark folders:

Other bookmarks
   MultiBar
      Bar1
      Bar2

Bar1 represents your current bookmarks bar.

You may rename the folders and add as many of your own as you wish. Add bookmarks to your folders, but leave Bar1 (or whatever you rename it to) empty, as your currently displayed bookmarks bar contents will be moved there when you switch.

Clicking on the MultiBar icon will switch to the next folder in sequence.                    

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

Название MultiBar MultiBar
ID fibmipocbhmmodnjfioojdfobejfdajg
Официальный URL https://chromewebstore.google.com/detail/multibar/fibmipocbhmmodnjfioojdfobejfdajg
Описание Allows switching between multiple sets of bookmarks on the bookmarks bar
Размер файла 18.52 KB
Количество установок 1,600
Текущая Версия 1.0
Последнее Обновление 2014-08-27
Дата публикации 2014-08-27
Рейтинг 3.14/5 Всего 29 оценок
Разработчик dougp
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MultiBar",
    "description": "Allows switching between multiple sets of bookmarks on the bookmarks bar",
    "version": "1.0",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "MultiBar"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}