Swift Search Tool

Search the web using the Swift Search Tool from the address bar.

Swift Search Tool क्या है?

Swift Search Tool https://swiftsearchtool.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search the web using the Swift Search Tool from the address bar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Swift Search Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Search the web using the Swift Search Tool from the address bar.

Get inspired and make your Google Chrome experience better by replacing your browser's search bar or recent searches toolbar.

This extension configures your default search setting to Swift Search Tool with results powered by Microsoft Bing. 

This extension can be uninstalled at any time.

Privacy Policy: https://swiftsearchtool.com/privacy
EULA: https://swiftsearchtool.com/eula                    

एक्सटेंशन की मूल जानकारी

नाम Swift Search Tool Swift Search Tool
ID nohfdehlpgnlclndfpfanbfejnmmemnb
आधिकारिक URL https://chromewebstore.google.com/detail/swift-search-tool/nohfdehlpgnlclndfpfanbfejnmmemnb
विवरण Search the web using the Swift Search Tool from the address bar.
फ़ाइल का आकार 10.63 KB
स्थापना संख्या 793
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-06-16
प्रकाशन तिथि 2022-12-21
डेवलपर https://swiftsearchtool.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://swiftsearchtool.com
गोपनीयता नीति पृष्ठ URL https://swiftsearchtool.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "action": {
        "default_icon": "img\/16.png",
        "default_title": "Swift Search Tool"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/swiftsearchtool.com\/favicon.ico",
            "is_default": true,
            "keyword": "Swift Search Tool",
            "name": "Swift Search Tool",
            "search_url": "https:\/\/swiftsearchtool.com\/search?q={searchTerms}",
            "suggest_url": "https:\/\/swiftsearchtool.com\/autosuggest?q={searchTerms}"
        }
    },
    "description": "Search the web using the Swift Search Tool from the address bar.",
    "host_permissions": [
        "*:\/\/*.swiftsearchtool.com\/*"
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Swift Search Tool",
    "short_name": "Swift Search Tool",
    "omnibox": {
        "keyword": "search"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.png"
            ]
        }
    ]
}