Gmail™ Quick Search
Search as you Type on the first page of mail.
Qu'est-ce que Gmail™ Quick Search ?
Gmail™ Quick Search est une extension Chrome développée par Ross Williamson, et sa fonction principale est "Search as you Type on the first page of mail.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gmail™ Quick Search
Téléchargez les fichiers d'extension Gmail™ Quick Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Quickly filter your first page of email in Gmail. Results update live as you type. Lost an email in your first page? This will help you find it more quickly than doing a full search. Similar to "filter" in other services. *Only works in the new, 2018, Gmail interface.
Informations de Base sur l'Extension
Nom | Gmail™ Quick Search |
ID | hpdhojdopoiihejkhampddgdaibfmfhc |
URL Officiel | https://chromewebstore.google.com/detail/gmail-quick-search/hpdhojdopoiihejkhampddgdaibfmfhc |
Description | Search as you Type on the first page of mail. |
Taille du Fichier | 348 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2018-07-01 |
Date de Publication | 2018-07-01 |
Développeur | Ross Williamson |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail\u2122 Quick Search", "version": "1.4", "manifest_version": 2, "description": "Search as you Type on the first page of mail.", "icons": { "48": "images\/mail-search-48.png", "128": "images\/mail-search-128.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "tabs", "https:\/\/mail.google.com\/" ], "web_accessible_resources": [ "js\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/content.js" ], "css": [ "css\/quicksearch.css" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |