Research Alts

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

Co je Research Alts?

Research Alts je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Research Alts assists students and researchers by continuing the search and providing additional queries even if a website is down.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Research Alts

Stáhněte si soubory rozšíření Research Alts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Research Alts Research Alts
ID mpdcoldjglmdofejdpckcafhigeklkio
Oficiální URL https://chromewebstore.google.com/detail/research-alts/mpdcoldjglmdofejdpckcafhigeklkio
Popis Research Alts assists students and researchers by continuing the search and providing additional queries even if a website is down.
Velikost souboru 5.27 KB
Počet instalací 30,462
Aktuální Verze 1.0
Poslední Aktualizace 2022-04-28
Datum Vydání 2022-04-28
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Unknown
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://research-alternates.com
URL Stránky Nápovědy https://research-alternates.com/?a=about
Podporované Jazyky 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:\/\/*\/*"
    ]
}