Try another search engine

Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results

Try another search engine क्या है?

Try another search engine Soustruh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results"।

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

screenshot

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

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

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

                        Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results 

- This addon collects anonymous data about switching search engines (including query and source/target search engine).
- This behaviour can be turned off.
- The data collected do not include any information that could be used to identify users.                    

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

नाम Try another search engine Try another search engine
ID gdkoeanholjahpfalimchapbhllmnmhn
आधिकारिक URL https://chromewebstore.google.com/detail/try-another-search-engine/gdkoeanholjahpfalimchapbhllmnmhn
विवरण Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results
फ़ाइल का आकार 20.26 KB
स्थापना संख्या 46
वर्तमान संस्करण 0.9.1
अंतिम अपडेट 2022-07-25
प्रकाशन तिथि 2018-06-18
डेवलपर Soustruh
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://krasty.sbeta.cz/hr-nice/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Try another search engine",
    "version": "0.9.1",
    "description": "Allows quick cycling through predefined search engines (Seznam \ud83d\udc36, Google, Bing & DuckDuckGo \ud83e\udd86) results",
    "icons": {
        "48": "icons\/ses_48.png"
    },
    "background": {
        "scripts": [
            "src\/common\/restoreOptions.js",
            "src\/background\/background.js",
            "src\/background\/http.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/search.seznam.cz\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/www.obrazky.cz\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.cz\/*",
                "*:\/\/duckduckgo.com\/*"
            ],
            "css": [
                "src\/content\/content.css"
            ],
            "js": [
                "src\/common\/restoreOptions.js",
                "src\/content\/locations.js",
                "src\/content\/content-templates.js",
                "src\/content\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "icons\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{14c48e36-100d-4d9b-a11a-890112654de9}"
        }
    }
}