Quick Search Tool
Search the web using this useful tool from the address bar.
Quick Search Tool क्या है?
Quick Search Tool https://quicksearchtool.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search the web using this useful tool from the address bar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Search Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension sets your default search setting to Quick Search Tool with results powered by Yahoo!. This extension can be uninstalled at any time.
एक्सटेंशन की मूल जानकारी
नाम | Quick Search Tool |
ID | keadechokmcohlcampccppbjjeabghcd |
आधिकारिक URL | https://chromewebstore.google.com/detail/quick-search-tool/keadechokmcohlcampccppbjjeabghcd |
विवरण | Search the web using this useful tool from the address bar. |
फ़ाइल का आकार | 10.67 KB |
स्थापना संख्या | 301,165 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2021-09-29 |
प्रकाशन तिथि | 2021-09-29 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://quicksearchtool.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://search.quicksearchtool.com/privacy |
समर्थित भाषाएँ | 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\/*" ] } ] } |