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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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:\/\/*\/*" ] } |