Chrome Bookmark Spotlight Search

Search your bookmarks easily.

What is Chrome Bookmark Spotlight Search?

Chrome Bookmark Spotlight Search is a Chrome extension developed by Yasser R Shaikh, and its main feature is "Search your bookmarks easily.".

Extension Screenshots

screenshot

Download Chrome Bookmark Spotlight Search Extension CRX File

Download Chrome Bookmark Spotlight 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

                        HOT KEY - "ALT + B" - Open the bookmark search, use keyboard up and down arrow and ENTER to access the bookmarked link. ESC to close the bookmark popup search.                    

Extension Basic Information

Name Chrome Bookmark Spotlight Search Chrome Bookmark Spotlight Search
ID mhapbiljkhhooamoomplmdbfladlgdlp
Official URL https://chromewebstore.google.com/detail/chrome-bookmark-spotlight/mhapbiljkhhooamoomplmdbfladlgdlp
Description Search your bookmarks easily.
File Size 154 KB
Installation Count 84
Current Version 0.0.1
Last Updated 2019-09-01
Publish Date 2019-08-31
Rating 5.00/5 Total 3 Ratings
Developer Yasser R Shaikh
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Bookmark Spotlight Search",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Search your bookmarks easily.",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "bookmarks"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}