Quick Search Bar for Google Keep™

A Google Keep™ quick access search bar

Vad är Quick Search Bar for Google Keep™?

Quick Search Bar for Google Keep™ är en Chrome-tillägg utvecklad av Faycal Bessayah, och dess huvudfunktion är "A Google Keep™ quick access search bar".

Tilläggsskärmbilder

screenshot

Ladda ner Quick Search Bar for Google Keep™-förlängningens CRX-fil

Ladda ner Quick Search Bar for Google Keep™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Quick Search Bar for Google Keep™ Quick Search Bar for Google Keep™
ID bmgladjidmkkaibklkijmdhpeihdgbif
Officiell webbadress https://chromewebstore.google.com/detail/quick-search-bar-for-goog/bmgladjidmkkaibklkijmdhpeihdgbif
Beskrivning A Google Keep™ quick access search bar
Filstorlek 71.29 KB
Antal Installationer 140
Aktuell Version 1.0
Senast Uppdaterad 2021-10-07
Publiceringsdatum 2021-10-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Faycal Bessayah
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}