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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gmail™ Quick Search
قم بتنزيل ملفات الامتداد Gmail™ Quick Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |