Quick Search Bar for Google Keep™

A Google Keep™ quick access search bar

Co to jest Quick Search Bar for Google Keep™?

Quick Search Bar for Google Keep™ to rozszerzenie Chrome opracowane przez Faycal Bessayah, a jego główną funkcją jest „A Google Keep™ quick access search bar”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Quick Search Bar for Google Keep™

Pobierz pliki rozszerzeń Quick Search Bar for Google Keep™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Quick Search Bar for Google Keep™ Quick Search Bar for Google Keep™
ID bmgladjidmkkaibklkijmdhpeihdgbif
Oficjalny URL https://chromewebstore.google.com/detail/quick-search-bar-for-goog/bmgladjidmkkaibklkijmdhpeihdgbif
Opis A Google Keep™ quick access search bar
Rozmiar pliku 71.29 KB
Liczba instalacji 140
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-10-07
Data Publikacji 2021-10-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Faycal Bessayah
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}