Snap Sarch - Search Faster

Search at Superhuman speeds!

Snap Sarch - Search Faster란 무엇입니까?

Snap Sarch - Search Faster은(는) https://snapsearch.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search at Superhuman speeds!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Snap Sarch - Search Faster 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Coming from the popular Android app, the chrome extension is built to give users a faster way of searching the web. Search at Superhuman speeds!

Snap Search wants to provide the quickest way to search through your favourite websites in the easiest manner possible.

Snap Search is incredibly simple:
Step 1) Select your website ✓
Step 2) Enter your desired search term/keywords ✓
Step 3) TADA ! Browse through the search results in the most secure way possible. ✓

Currently, over 60 websites are supported and provided as options for you to choose from. Select your favourite website and search in incognito mode/normal mode faster than you could ever before.

Snap Search has two main goals - to be incredibly simple, and incredibly fast.                    

확장 프로그램 기본 정보

이름 Snap Sarch - Search Faster Snap Sarch - Search Faster
ID diidgminbhdappppdmgglehmdoeiaheg
공식 URL https://chromewebstore.google.com/detail/snap-sarch-search-faster/diidgminbhdappppdmgglehmdoeiaheg
설명 Search at Superhuman speeds!
파일 크기 583 KB
설치 횟수 157
현재 버전 2.0
최근 업데이트 2020-08-30
출시 날짜 2019-07-16
개발자 https://snapsearch.online
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://snapsearch.online
도움말 페이지 URL http://snapsearch.online/#contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap Sarch - Search Faster",
    "version": "2.0",
    "description": "Search at Superhuman speeds!",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/logo.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            }
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}