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文件

下載Site Searcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
    ]
}