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
官方網址 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"
    }
}