Open bookmark folder

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

What is Open bookmark folder?

Open bookmark folder is a Chrome extension developed by Jan Schulz, and its main feature is "To use, type 'ob' plus a folder name into the Omnibox.".

Download Open bookmark folder Extension CRX File

Download Open bookmark folder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Open bookmark folder Open bookmark folder
ID clapomiagkdmpgjclehajclninkdnihd
Official URL https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd
Description To use, type 'ob' plus a folder name into the Omnibox.
File Size 22.91 KB
Installation Count 236
Current Version 0.9
Last Updated 2014-08-28
Publish Date 2014-08-28
Rating 4.20/5 Total 5 Ratings
Developer Jan Schulz
Payment Type free
Extension Website https://github.com/JanSchulz/openbookmarks-chrome
Help Page URL https://github.com/JanSchulz/openbookmarks-chrome
Supported Languages 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
}