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™是由Faycal Bessayah开发的Chrome扩展程序,该扩展的主要功能是“A Google Keep™ quick access search bar”。

扩展截图

screenshot

下载Quick Search Bar for Google Keep™扩展crx文件

下载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"
    }
}