Researcher Helper
Assists user with finding similar searched options if resource or website is unavailable.
什么是Researcher Helper?
Researcher Helper是由j.g.coleman978开发的Chrome扩展程序,该扩展的主要功能是“Assists user with finding similar searched options if resource or website is unavailable.”。
扩展截图
下载Researcher Helper扩展crx文件
下载Researcher Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helps users continue their online research through optional search alternatives when they navigate to an unavailable website.
扩展基本信息
名称 | |
ID | mgikmebkmbkfhknefibpioiecplddief |
官方URL | https://chrome.google.com/webstore/detail/researcher-helper/mgikmebkmbkfhknefibpioiecplddief |
简介 | Assists user with finding similar searched options if resource or website is unavailable. |
文件大小 | 8.48 KB |
安装次数 | 100,000 |
当前版本 | 1.0 |
更新时间 | 2022-06-08 |
上架时间 | 2022-06-08 |
评分 | 2.17/5 共12次评分 |
开发者 | j.g.coleman978 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://researcher-helper.com |
帮助页面URL | https://researcher-helper.com/?a=about |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Jerry Coleman", "name": "Researcher Helper", "short_name": "Researcher Helper", "homepage_url": "https:\/\/researcher-helper.com", "description": "Assists user with finding similar searched options if resource or website is unavailable.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |