Gmail™ Quick Search
Search as you Type on the first page of mail.
什么是Gmail™ Quick Search?
Gmail™ Quick Search是由Ross Williamson开发的Chrome扩展程序,该扩展的主要功能是“Search as you Type on the first page of mail.”。
扩展截图
下载Gmail™ Quick Search扩展crx文件
下载Gmail™ Quick Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Gmail™ Quick Search |
ID | hpdhojdopoiihejkhampddgdaibfmfhc |
官方URL | https://chromewebstore.google.com/detail/gmail-quick-search/hpdhojdopoiihejkhampddgdaibfmfhc |
简介 | Search as you Type on the first page of mail. |
文件大小 | 348 KB |
安装次数 | 17 |
当前版本 | 1.4 |
更新时间 | 2018-07-01 |
上架时间 | 2018-07-01 |
开发者 | Ross Williamson |
付费类型 | free |
支持的语言 | 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'" } |