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
公式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
Eメール [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:\/\/*\/*"
    ]
}