Research Alts

Research Alts assists students and researchers by continuing the search and providing additional queries even if a website is down.

What is Research Alts?

Research Alts is a Chrome extension developed by Unknown, and its main feature is "Research Alts assists students and researchers by continuing the search and providing additional queries even if a website is down.".

Extension Screenshots

screenshot

Download Research Alts Extension CRX File

Download Research Alts 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

                        Assists with researching by providing alternate search queries if a website is down or temporarily unavailable.                    

Extension Basic Information

Name Research Alts Research Alts
ID mpdcoldjglmdofejdpckcafhigeklkio
Official URL https://chromewebstore.google.com/detail/research-alts/mpdcoldjglmdofejdpckcafhigeklkio
Description Research Alts assists students and researchers by continuing the search and providing additional queries even if a website is down.
File Size 5.27 KB
Installation Count 30,462
Current Version 1.0
Last Updated 2022-04-28
Publish Date 2022-04-28
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://research-alternates.com
Help Page URL https://research-alternates.com/?a=about
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "William B",
    "name": "Research Alts",
    "short_name": "Research Alts",
    "homepage_url": "https:\/\/research-alternates.com",
    "description": "Research Alts assists students and researchers by continuing the search and providing additional queries even if a website is down.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}