Shiftsearch

The better way of searching the web.

什么是Shiftsearch?

Shiftsearch是由https://shiftsearch.me开发的Chrome扩展程序,该扩展的主要功能是“The better way of searching the web.”。

扩展截图

screenshot

下载Shiftsearch扩展crx文件

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

扩展使用说明

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