Quick Search Tool
Search the web using this useful tool from the address bar.
Apa itu Quick Search Tool?
Quick Search Tool adalah ekstensi Chrome yang dikembangkan oleh https://quicksearchtool.com, dan fitur utamanya adalah "Search the web using this useful tool from the address bar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quick Search Tool
Unduh file ekstensi Quick Search Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension sets your default search setting to Quick Search Tool with results powered by Yahoo!. This extension can be uninstalled at any time.
Informasi Dasar Ekstensi
Nama | Quick Search Tool |
ID | keadechokmcohlcampccppbjjeabghcd |
URL Resmi | https://chromewebstore.google.com/detail/quick-search-tool/keadechokmcohlcampccppbjjeabghcd |
Deskripsi | Search the web using this useful tool from the address bar. |
Ukuran File | 10.67 KB |
Jumlah Instalasi | 301,165 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2021-09-29 |
Tanggal Publikasi | 2021-09-29 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://quicksearchtool.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://search.quicksearchtool.com/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "sm.js" }, "action": { "default_icon": "icon.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/search.quicksearchtool.com\/favicon.ico", "is_default": true, "keyword": "QST", "name": "QuickSearchTool", "search_url": "https:\/\/query.quicksearchtool.com\/s?query={searchTerms}", "suggest_url": "https:\/\/search.quicksearchtool.com\/autosuggest?query={searchTerms}" } }, "description": "Search the web using this useful tool from the address bar.", "icons": { "128": "icon.png" }, "incognito": "split", "manifest_version": 3, "name": "Quick Search Tool", "omnibox": { "keyword": "search" }, "permissions": [ "tabs", "storage", "declarativeNetRequest", "cookies" ], "host_permissions": [ "*:\/\/*.quicksearchtool.com\/*", "*:\/\/query.quicksearchtool.com\/*" ], "version": "1.2", "web_accessible_resources": [ { "resources": [ "*.json" ], "matches": [ "*:\/\/*.quicksearchtool.com\/*" ] } ] } |