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开发的Chrome扩展程序,该扩展的主要功能是“Allows quick cycling through predefined search engines (Seznam 🐶, Google, Bing & DuckDuckGo 🦆) results”。

扩展截图

screenshot

下载Try another search engine扩展crx文件

下载Try another search engine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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}"
        }
    }
}