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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}