Research Alts

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

Cos'è Research Alts?

Research Alts è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Research Alts assists students and researchers by continuing the search and providing additional queries even if a website is down.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Research Alts

Scarica i file di estensione Research Alts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Research Alts Research Alts
ID mpdcoldjglmdofejdpckcafhigeklkio
URL Ufficiale https://chromewebstore.google.com/detail/research-alts/mpdcoldjglmdofejdpckcafhigeklkio
Descrizione Research Alts assists students and researchers by continuing the search and providing additional queries even if a website is down.
Dimensione del File 5.27 KB
Conteggio Installazioni 30,462
Versione Corrente 1.0
Ultimo Aggiornamento 2022-04-28
Data di Pubblicazione 2022-04-28
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://research-alternates.com
URL della Pagina di Aiuto https://research-alternates.com/?a=about
Lingue Supportate 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:\/\/*\/*"
    ]
}