Shiftsearch

The better way of searching the web.

Shiftsearch क्या है?

Shiftsearch https://shiftsearch.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The better way of searching the web."।

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

screenshot

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

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

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

                        Search through the internet like you are used to - but faster!

Use this extension to switch between search engines like Google, Bing, Yahoo!, DuckDuckGo and Ecosia lightning fast and therefore perform searches more quickly when you are used to using multiple different search engines.

This extension sets your search engine to a search engine recommended by us. Speed and ease of use guaranteed! You can use another search engine at any time by clicking on the extension icon.                    

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

नाम Shiftsearch Shiftsearch
ID phhnacjebmkllbhhenkjiaklggjdblid
आधिकारिक URL https://chromewebstore.google.com/detail/shiftsearch/phhnacjebmkllbhhenkjiaklggjdblid
विवरण The better way of searching the web.
फ़ाइल का आकार 137 KB
स्थापना संख्या 61,055
वर्तमान संस्करण 2.9
अंतिम अपडेट 2023-03-15
प्रकाशन तिथि 2021-04-08
रेटिंग 2.46/5 कुल 46 रेटिंग्स
डेवलपर https://shiftsearch.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://shiftsearch.me
सहायता पृष्ठ URL https://shiftsearch.me/privacy
गोपनीयता नीति पृष्ठ URL https://shiftsearch.me/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shiftsearch",
    "description": "The better way of searching the web.",
    "version": "2.9",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/work.ink\/*",
            "*:\/\/*.work.ink\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Shiftsearch",
            "keyword": "ss",
            "favicon_url": "https:\/\/shiftsearch.me\/favicon.ico",
            "search_url": "https:\/\/shiftsearch.me\/q.php?q={searchTerms}",
            "suggest_url": "https:\/\/shiftsearch.me\/suggest.php?query={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "Shiftsearch",
        "default_popup": "popup.html"
    }
}