MultiBar

Allows switching between multiple sets of bookmarks on the bookmarks bar

MultiBar là gì?

MultiBar là một tiện ích mở rộng Chrome được phát triển bởi dougp, và tính năng chính của nó là "Allows switching between multiple sets of bookmarks on the bookmarks bar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MultiBar

Tải xuống các tệp mở rộng MultiBar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MultiBar MultiBar
ID fibmipocbhmmodnjfioojdfobejfdajg
URL Chính Thức https://chromewebstore.google.com/detail/multibar/fibmipocbhmmodnjfioojdfobejfdajg
Mô tả Allows switching between multiple sets of bookmarks on the bookmarks bar
Kích Thước Tệp 18.52 KB
Số Lần Cài Đặt 1,600
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-08-27
Ngày Phát Hành 2014-08-27
Đánh Giá 3.14/5 Tổng số 29 Đánh Giá
Nhà Phát Triển dougp
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}