Researcher Helper

Assists user with finding similar searched options if resource or website is unavailable.

Co je Researcher Helper?

Researcher Helper je rozšíření Chrome vyvinuté j.g.coleman978, a jeho hlavní funkcí je „Assists user with finding similar searched options if resource or website is unavailable.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Researcher Helper

Stáhněte si soubory rozšíření Researcher Helper 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í

                        Helps users continue their online research through optional search alternatives when they navigate to an unavailable website.                    

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

Název Researcher Helper Researcher Helper
ID mgikmebkmbkfhknefibpioiecplddief
Oficiální URL https://chrome.google.com/webstore/detail/researcher-helper/mgikmebkmbkfhknefibpioiecplddief
Popis Assists user with finding similar searched options if resource or website is unavailable.
Velikost souboru 8.48 KB
Počet instalací 100,000
Aktuální Verze 1.0
Poslední Aktualizace 2022-06-08
Datum Vydání 2022-06-08
Hodnocení 2.17/5 Celkem 12 Hodnocení
Vývojář j.g.coleman978
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://researcher-helper.com
URL Stránky Nápovědy https://researcher-helper.com/?a=about
Podporované Jazyky 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:\/\/*\/*"
    ]
}