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」です。
拡張機能のスクリーンショット
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™ |
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 |
Eメール | [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" } } |