Research Alts
Research Alts assists students and researchers by continuing the search and providing additional queries even if a website is down.
Co to jest Research Alts?
Research Alts to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Research Alts assists students and researchers by continuing the search and providing additional queries even if a website is down.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Research Alts
Pobierz pliki rozszerzeń Research Alts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Assists with researching by providing alternate search queries if a website is down or temporarily unavailable. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mpdcoldjglmdofejdpckcafhigeklkio |
| Oficjalny URL | https://chromewebstore.google.com/detail/research-alts/mpdcoldjglmdofejdpckcafhigeklkio |
| Opis | Research Alts assists students and researchers by continuing the search and providing additional queries even if a website is down. |
| Rozmiar pliku | 5.27 KB |
| Liczba instalacji | 30,462 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2022-04-28 |
| Data Publikacji | 2022-04-28 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | Unknown |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://research-alternates.com |
| Adres URL Strony Pomocy | https://research-alternates.com/?a=about |
| Obsługiwane Języki | 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:\/\/*\/*"
]
} | |