SwiftSearch

SwiftSearch - Search the web swiftly from your browser

SwiftSearch क्या है?

SwiftSearch https://swiftsearch.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SwiftSearch - Search the web swiftly from your browser"।

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

screenshot

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

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

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

                        SwiftSearch - Light and minimal new tab / omnibar that allows you to search swiftly  by text or by voice and navigate easily to your favorite, recently visited sites.

For more information please visit: https://www.swiftsearch.live
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the SwiftSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.swiftsearch.live/web/terms_of_use and privacy policy at https://www.swiftsearch.live/web/privacy_policy.

The extension will update your new-tab search and will change your search engine to be powered by Bing.                    

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

नाम SwiftSearch SwiftSearch
ID jhjnpfmmdicimpofgmpehpgphlhamano
आधिकारिक URL https://chromewebstore.google.com/detail/swiftsearch/jhjnpfmmdicimpofgmpehpgphlhamano
विवरण SwiftSearch - Search the web swiftly from your browser
फ़ाइल का आकार 560 KB
स्थापना संख्या 12,623
वर्तमान संस्करण 2
अंतिम अपडेट 2022-09-08
प्रकाशन तिथि 2021-01-19
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://swiftsearch.live
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.swiftsearch.live
गोपनीयता नीति पृष्ठ URL https://www.swiftsearch.live/web/privacy_policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SwiftSearch",
    "version": "2",
    "manifest_version": 3,
    "description": "SwiftSearch - Search the web swiftly from your browser",
    "homepage_url": "https:\/\/www.swiftsearch.live",
    "omnibox": {
        "keyword": "sw"
    },
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": "background\/runtime.js"
    },
    "chrome_url_overrides": {
        "newtab": "static\/html\/override.html"
    },
    "permissions": [
        "topSites",
        "storage"
    ],
    "short_name": "swiftsearch"
}