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
}