Open bookmark folder

To use, type 'ob' plus a folder name into the Omnibox.

Open bookmark folderとは何ですか?

Open bookmark folderはJan Schulzによって開発されたChromeの拡張機能で、その主な機能は「To use, type 'ob' plus a folder name into the Omnibox.」です。

Open bookmark folder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension lets you open all links in a bookmark folder by typing "ob " into the address bar (Chromes "omnibox"). 

It is a replacement for Operas folder nicknames.

To change the identifier ("ob" per default), go to the option page and follow the instructions (or see this stackoverflow question: http://stackoverflow.com/a/18219395/1380673).                    

拡張機能の基本情報

名前 Open bookmark folder Open bookmark folder
ID clapomiagkdmpgjclehajclninkdnihd
公式URL https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd
説明 To use, type 'ob' plus a folder name into the Omnibox.
ファイルサイズ 22.91 KB
インストール数 236
現在のバージョン 0.9
最終更新日 2014-08-28
公開日 2014-08-28
評価 4.20/5 合計 5 レビュー
開発者 Jan Schulz
支払い方法 free
拡張機能のウェブサイト https://github.com/JanSchulz/openbookmarks-chrome
ヘルプページのURL https://github.com/JanSchulz/openbookmarks-chrome
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open bookmark folder",
    "description": "To use, type 'ob' plus a folder name into the Omnibox. ",
    "version": "0.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "bookmarks"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "ob"
    },
    "manifest_version": 2
}