Gmail™ Quick Search

Search as you Type on the first page of mail.

What is Gmail™ Quick Search?

Gmail™ Quick Search is a Chrome extension developed by Ross Williamson, and its main feature is "Search as you Type on the first page of mail.".

Extension Screenshots

screenshot

Download Gmail™ Quick Search Extension CRX File

Download Gmail™ Quick Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Gmail™ Quick Search Gmail™ Quick Search
ID hpdhojdopoiihejkhampddgdaibfmfhc
Official URL https://chromewebstore.google.com/detail/gmail-quick-search/hpdhojdopoiihejkhampddgdaibfmfhc
Description Search as you Type on the first page of mail.
File Size 348 KB
Installation Count 17
Current Version 1.4
Last Updated 2018-07-01
Publish Date 2018-07-01
Developer Ross Williamson
Payment Type free
Supported Languages 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'"
}