Shiftsearch

The better way of searching the web.

Shiftsearch란 무엇입니까?

Shiftsearch은(는) https://shiftsearch.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The better way of searching the web."입니다.

확장 프로그램 스크린샷

screenshot

Shiftsearch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}