Researcher Helper
Assists user with finding similar searched options if resource or website is unavailable.
What is Researcher Helper?
Researcher Helper is a Chrome extension developed by j.g.coleman978, and its main feature is "Assists user with finding similar searched options if resource or website is unavailable.".
Extension Screenshots
Download Researcher Helper Extension CRX File
Download Researcher Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Helps users continue their online research through optional search alternatives when they navigate to an unavailable website.
Extension Basic Information
Name | |
ID | mgikmebkmbkfhknefibpioiecplddief |
Official URL | https://chrome.google.com/webstore/detail/researcher-helper/mgikmebkmbkfhknefibpioiecplddief |
Description | Assists user with finding similar searched options if resource or website is unavailable. |
File Size | 8.48 KB |
Installation Count | 100,000 |
Current Version | 1.0 |
Last Updated | 2022-06-08 |
Publish Date | 2022-06-08 |
Rating | 2.17/5 Total 12 Ratings |
Developer | j.g.coleman978 |
[email protected] | |
Payment Type | free |
Extension Website | https://researcher-helper.com |
Help Page URL | https://researcher-helper.com/?a=about |
Supported Languages | 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:\/\/*\/*" ] } |