Quick Search Bar for Google Keep™

A Google Keep™ quick access search bar

Что такое Quick Search Bar for Google Keep™?

Quick Search Bar for Google Keep™ - это расширение Chrome, разработанное Faycal Bessayah, и его основная функция - "A Google Keep™ quick access search bar".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Quick Search Bar for Google Keep™

Скачайте файлы расширений Quick Search Bar for Google Keep™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Quick Search Bar for Google Keep™ Quick Search Bar for Google Keep™
ID bmgladjidmkkaibklkijmdhpeihdgbif
Официальный URL https://chromewebstore.google.com/detail/quick-search-bar-for-goog/bmgladjidmkkaibklkijmdhpeihdgbif
Описание A Google Keep™ quick access search bar
Размер файла 71.29 KB
Количество установок 140
Текущая Версия 1.0
Последнее Обновление 2021-10-07
Дата публикации 2021-10-07
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Faycal Bessayah
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}