Quick Search Bar for Google Keep™
A Google Keep™ quick access search bar
Wat is Quick Search Bar for Google Keep™?
Quick Search Bar for Google Keep™ is een Chrome-extensie ontwikkeld door Faycal Bessayah, en de belangrijkste functie is "A Google Keep™ quick access search bar".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Search Bar for Google Keep™
Download Quick Search Bar for Google Keep™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Quick Search Bar for Google Keep™ |
ID | bmgladjidmkkaibklkijmdhpeihdgbif |
Officiële URL | https://chromewebstore.google.com/detail/quick-search-bar-for-goog/bmgladjidmkkaibklkijmdhpeihdgbif |
Beschrijving | A Google Keep™ quick access search bar |
Bestandsgrootte | 71.29 KB |
Aantal Installaties | 140 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-10-07 |
Publicatiedatum | 2021-10-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Faycal Bessayah |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |