Bookmark Search

This extension allows you to directly access your bookmarks by name

什么是Bookmark Search?

Bookmark Search是由Spencer Anderson开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to directly access your bookmarks by name”。

扩展截图

screenshot
screenshot
screenshot

下载Bookmark Search扩展crx文件

下载Bookmark Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Enjoy using your keyboard? Feeling frustrated as you swing your mouse around, trying to find a bookmark hidden deep within the underbelly of your chrome installation? 

Then try this extension out.

Quickly access bookmarks by name by simply typing "mrk" (Short for mark) followed by the name of the bookmark you are searching for. Use your bookmarks as shortcuts to your most frequented sites.                    

扩展基本信息

名称 Bookmark Search Bookmark Search
ID jbfdkekecbfaikenlmmapondfplejaje
官方URL https://chromewebstore.google.com/detail/bookmark-search/jbfdkekecbfaikenlmmapondfplejaje
简介 This extension allows you to directly access your bookmarks by name
文件大小 9.04 KB
安装次数 30
当前版本 1.0
更新时间 2016-04-22
上架时间 2016-04-22
评分 5.00/5 共1次评分
开发者 Spencer Anderson
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Search",
    "description": "This extension allows you to directly access your bookmarks by name",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "mrk"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ]
}