Site Searcher

Easy tool that lets you search related content and similar websites instead of lost content

Site Searcher란 무엇입니까?

Site Searcher은(는) Eugene Treko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy tool that lets you search related content and similar websites instead of lost content"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        If you want to improve your browsing it's easier to do with Site Searcher. Get useful suggestions of related websites that are similar to the one that you're unable to reach. If the site you were looking for wasn't found and the web address is missing Site Searcher will suggest similar websites. Recommended content will be instantly suggested instead of a standard 404 error page that the browser loads when your website wasn't found. With Site Searcher it's easier to continue browsing without interruption.                    

확장 프로그램 기본 정보

이름 Site Searcher Site Searcher
ID ldjmnjgloogghhkpocikaoibikhebmhm
공식 URL https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm
설명 Easy tool that lets you search related content and similar websites instead of lost content
파일 크기 9.97 KB
설치 횟수 90,000
현재 버전 1.02
최근 업데이트 2022-06-27
출시 날짜 2022-06-27
평점 4.20/5 총 5 개의 평점
개발자 Eugene Treko
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://site-searcher.com/
도움말 페이지 URL https://site-searcher.com/?a=about
개인정보 보호 정책 페이지 URL https://newpagefinder.com?a=privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Leon Vojcech",
    "name": "Site Searcher",
    "short_name": "Site Searcher",
    "homepage_url": "https:\/\/site-searcher.com\/",
    "description": "Easy tool that lets you search related content and similar websites instead of lost content",
    "version": "1.02",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}