Bookmarker

Bookmarker is a simple Chrome extension to search bookmarks.

什么是Bookmarker?

Bookmarker是由Mehdi Sadeghi开发的Chrome扩展程序,该扩展的主要功能是“Bookmarker is a simple Chrome extension to search bookmarks.”。

扩展截图

screenshot
screenshot

下载Bookmarker扩展crx文件

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

扩展使用说明

                        The omnibox is limited to only six search results, including the web and bookmarts. However, there is no way to explicitly search bookmarks. Bookmarker solves this problem. Type "bb" in the omnibox and start searching!                    

扩展基本信息

名称 Bookmarker Bookmarker
ID dogmmdcflcflabibfbecmfgaaobifimo
官方URL https://chromewebstore.google.com/detail/bookmarker/dogmmdcflcflabibfbecmfgaaobifimo
简介 Bookmarker is a simple Chrome extension to search bookmarks.
文件大小 39.36 KB
安装次数 15
当前版本 0.4
更新时间 2017-04-08
上架时间 2017-04-08
评分 4.00/5 共1次评分
开发者 Mehdi Sadeghi
付费类型 free
扩展官网 https://github.com/mehdisadeghi/bookmarker
帮助页面URL https://github.com/mehdisadeghi/bookmarker/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarker",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Bookmarker is a simple Chrome extension to search bookmarks.",
    "omnibox": {
        "keyword": "bb"
    },
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}