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ファイルをダウンロード

Open Bookmark Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}