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
Eメール [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"
    }
}