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.”。

擴展截圖

screenshot

下載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 Gmail™ Quick Search
ID hpdhojdopoiihejkhampddgdaibfmfhc
官方網址 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'"
}