Gmail™ Quick Search

Search as you Type on the first page of mail.

Gmail™ Quick Searchคืออะไร?

Gmail™ Quick Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ross Williamson และคุณลักษณะหลักของมันคือ "Search as you Type on the first page of mail."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail™ Quick Search

ดาวน์โหลดไฟล์ส่วนขยาย 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
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'"
}