MultiBar

Allows switching between multiple sets of bookmarks on the bookmarks bar

什麼是MultiBar?

MultiBar是由dougp開發的Chrome擴展程式,該擴展的主要功能是“Allows switching between multiple sets of bookmarks on the bookmarks bar”。

擴展截圖

screenshot

下載MultiBar擴展crx文件

下載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
官方網址 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
}