Imperial eJournals for Chrome

Tries to access the ejournal via Imperial

Co to jest Imperial eJournals for Chrome?

Imperial eJournals for Chrome to rozszerzenie Chrome opracowane przez James Howard, a jego główną funkcją jest „Tries to access the ejournal via Imperial”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Imperial eJournals for Chrome

Pobierz pliki rozszerzeń Imperial eJournals for Chrome 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

                        A toolbar button which serves as a shortcut to access paywalled journal's via Imperial College's library system.

This installs small button to the right of the address bar. Clicking this will try to use the Imperial proxy to allow members of Imperial College to access premium content such as journals. It does this by simply altering the page URL. No user data is stored.                    

Podstawowe informacje o rozszerzeniu

Nazwa Imperial eJournals for Chrome Imperial eJournals for Chrome
ID infolkakifickpdmjgcggmhklgkkbpid
Oficjalny URL https://chromewebstore.google.com/detail/imperial-ejournals-for-ch/infolkakifickpdmjgcggmhklgkkbpid
Opis Tries to access the ejournal via Imperial
Rozmiar pliku 6.31 KB
Liczba instalacji 23
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-03-23
Data Publikacji 2015-07-14
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper James Howard
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imperial eJournals for Chrome",
    "description": "Tries to access the ejournal via Imperial",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to access"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}