Quick Search Bar for Google Keep™

A Google Keep™ quick access search bar

Cos'è Quick Search Bar for Google Keep™?

Quick Search Bar for Google Keep™ è un'estensione di Chrome sviluppata da Faycal Bessayah, e la sua funzione principale è "A Google Keep™ quick access search bar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quick Search Bar for Google Keep™

Scarica i file di estensione Quick Search Bar for Google Keep™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quick Search Bar for Google Keep™ Quick Search Bar for Google Keep™
ID bmgladjidmkkaibklkijmdhpeihdgbif
URL Ufficiale https://chromewebstore.google.com/detail/quick-search-bar-for-goog/bmgladjidmkkaibklkijmdhpeihdgbif
Descrizione A Google Keep™ quick access search bar
Dimensione del File 71.29 KB
Conteggio Installazioni 140
Versione Corrente 1.0
Ultimo Aggiornamento 2021-10-07
Data di Pubblicazione 2021-10-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Faycal Bessayah
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}