Gmail™ Quick Search

Search as you Type on the first page of mail.

Wat is Gmail™ Quick Search?

Gmail™ Quick Search is een Chrome-extensie ontwikkeld door Ross Williamson, en de belangrijkste functie is "Search as you Type on the first page of mail.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gmail™ Quick Search

Download Gmail™ Quick Search-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

                        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.                    

Basisinformatie over de Extensie

Naam Gmail™ Quick Search Gmail™ Quick Search
ID hpdhojdopoiihejkhampddgdaibfmfhc
Officiële URL https://chromewebstore.google.com/detail/gmail-quick-search/hpdhojdopoiihejkhampddgdaibfmfhc
Beschrijving Search as you Type on the first page of mail.
Bestandsgrootte 348 KB
Aantal Installaties 17
Huidige Versie 1.4
Laatst Bijgewerkt 2018-07-01
Publicatiedatum 2018-07-01
Ontwikkelaar Ross Williamson
Betalingswijze free
Ondersteunde Talen 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'"
}