Quick Search Bar for Google Keep™

A Google Keep™ quick access search bar

What is Quick Search Bar for Google Keep™?

Quick Search Bar for Google Keep™ is a Chrome extension developed by Faycal Bessayah, and its main feature is "A Google Keep™ quick access search bar".

Extension Screenshots

screenshot

Download Quick Search Bar for Google Keep™ Extension CRX File

Download Quick Search Bar for Google Keep™ 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

                        This extension adds a quick access search menu to Google Keep.

Quickly find your images, lists and reminders by clicking on the corresponding button. 

For example you can view all notes that contain images by simply clicking on the image button. You can also filter your lists, drawings, URLs, etc.                    

Extension Basic Information

Name Quick Search Bar for Google Keep™ Quick Search Bar for Google Keep™
ID bmgladjidmkkaibklkijmdhpeihdgbif
Official URL https://chromewebstore.google.com/detail/quick-search-bar-for-goog/bmgladjidmkkaibklkijmdhpeihdgbif
Description A Google Keep™ quick access search bar
File Size 71.29 KB
Installation Count 140
Current Version 1.0
Last Updated 2021-10-07
Publish Date 2021-10-07
Rating 5.00/5 Total 1 Ratings
Developer Faycal Bessayah
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Search Bar for Google Keep\u2122",
    "version": "1.0",
    "description": "A Google Keep\u2122 quick access search bar",
    "content_scripts": [
        {
            "css": [
                "css\/myStyles.css"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "https:\/\/keep.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "\/icons\/search_bar.png"
    }
}