Open Bookmark Manager

Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.

Open Bookmark Manager란 무엇입니까?

Open Bookmark Manager은(는) Chris Nicholson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Open Bookmark Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a very simple extension which provides a quick way to open the Bookmarks Manager in a new tab, simply by pressing the icon. Faster than going through Settings > Bookmarks > Bookmark Manager.

Updated to now explain how keyboard shortcuts can be set up to work with the extension, allowing for Ctrl + B to open the Bookmark Manager (or any other shortcut for that matter!)

v1.3 Updated the options page to include instructions on setting up keyboard shortcuts and generally look a bit nicer.

v1.2 Removed an unnecessary permission request.

v1.1: An options page has been added which allows the user to specify a default bookmarks folder to open.

v1.0: Initial Release.                    

확장 프로그램 기본 정보

이름 Open Bookmark Manager Open Bookmark Manager
ID oalceheiomajabalbakkoeiheiokhdbd
공식 URL https://chrome.google.com/webstore/detail/open-bookmark-manager/oalceheiomajabalbakkoeiheiokhdbd
설명 Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.
파일 크기 121 KB
설치 횟수 19,859
현재 버전 1.3
최근 업데이트 2012-10-08
출시 날짜 2012-10-08
평점 4.45/5 총 110 개의 평점
개발자 Chris Nicholson
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Bookmark Manager",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.",
    "browser_action": {
        "default_icon": "icon_19x19.png",
        "48": "icon_48x48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}