Bookmark Search

Intelligently search through your chrome bookmarks

What is Bookmark Search?

Bookmark Search is a Chrome extension developed by jr39 enterprises, and its main feature is "Intelligently search through your chrome bookmarks".

Extension Screenshots

screenshot

Download Bookmark Search Extension CRX File

Download Bookmark Search 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

                        Effectively search through your bookmarks with english natural language support (example: bookmark named "playing" matches with "plays" as the search term).

https://github.com/jamesrr39/chrome-bookmark-search                    

Extension Basic Information

Name Bookmark Search Bookmark Search
ID fcjphnojgeikgjajhlihdjnljnbpfhmi
Official URL https://chromewebstore.google.com/detail/bookmark-search/fcjphnojgeikgjajhlihdjnljnbpfhmi
Description Intelligently search through your chrome bookmarks
File Size 214 KB
Installation Count 145
Current Version 1.0.2
Last Updated 2020-09-05
Publish Date 2017-05-31
Rating 4.33/5 Total 3 Ratings
Developer jr39 enterprises
Email [email protected]
Payment Type free
Extension Website https://github.com/jamesrr39/chrome-bookmark-search
Help Page URL https://github.com/jamesrr39/chrome-bookmark-search/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Search",
    "description": "Intelligently search through your chrome bookmarks",
    "version": "1.0.2",
    "minimum_chrome_version": "38",
    "browser_action": {
        "default_icon": {
            "16": "icons\/bookmark_search_16.png",
            "48": "icons\/bookmark_search_48.png",
            "64": "icons\/bookmark_search_64.png",
            "128": "icons\/bookmark_search_128.png"
        },
        "default_title": "Bookmark Search",
        "default_popup": "index.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "16": "icons\/bookmark_search_16.png",
        "48": "icons\/bookmark_search_48.png",
        "64": "icons\/bookmark_search_64.png",
        "128": "icons\/bookmark_search_128.png"
    }
}