Bookmarker

Bookmarker is a simple Chrome extension to search bookmarks.

What is Bookmarker?

Bookmarker is a Chrome extension developed by Mehdi Sadeghi, and its main feature is "Bookmarker is a simple Chrome extension to search bookmarks.".

Extension Screenshots

screenshot
screenshot

Download Bookmarker Extension CRX File

Download Bookmarker 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

                        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!                    

Extension Basic Information

Name Bookmarker Bookmarker
ID dogmmdcflcflabibfbecmfgaaobifimo
Official URL https://chromewebstore.google.com/detail/bookmarker/dogmmdcflcflabibfbecmfgaaobifimo
Description Bookmarker is a simple Chrome extension to search bookmarks.
File Size 39.36 KB
Installation Count 15
Current Version 0.4
Last Updated 2017-04-08
Publish Date 2017-04-08
Rating 4.00/5 Total 1 Ratings
Developer Mehdi Sadeghi
Payment Type free
Extension Website https://github.com/mehdisadeghi/bookmarker
Help Page URL https://github.com/mehdisadeghi/bookmarker/issues
Supported Languages 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"
        ]
    }
}