Renew Search
Renew search provides additional search options when a user hits a dead end or site that is unavailable.
什么是Renew Search?
Renew Search是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Renew search provides additional search options when a user hits a dead end or site that is unavailable.”。
扩展截图
下载Renew Search扩展crx文件
下载Renew Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Improves user experience by providing the additional search options if the site they are navigating to is unavailable. 扩展基本信息
| 名称 | |
| ID | aamnkbegikmkjaifhoblagmggnijiein |
| 官方URL | https://chromewebstore.google.com/detail/renew-search/aamnkbegikmkjaifhoblagmggnijiein |
| 简介 | Renew search provides additional search options when a user hits a dead end or site that is unavailable. |
| 文件大小 | 7.11 KB |
| 安装次数 | 29,794 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-05-04 |
| 上架时间 | 2022-05-03 |
| 评分 | 4.07/5 共14次评分 |
| 开发者 | Unknown |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://renew-search.com |
| 帮助页面URL | https://renew-search.com/?a=about |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Will",
"name": "Renew Search",
"short_name": "Renew Search",
"homepage_url": "https:\/\/renew-search.com",
"description": "Renew search provides additional search options when a user hits a dead end or site that is unavailable.",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "logo-128.png"
},
"permissions": [
"webNavigation"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |