Imperial eJournals for Chrome

Tries to access the ejournal via Imperial

Vad är Imperial eJournals for Chrome?

Imperial eJournals for Chrome är en Chrome-tillägg utvecklad av James Howard, och dess huvudfunktion är "Tries to access the ejournal via Imperial".

Tilläggsskärmbilder

screenshot

Ladda ner Imperial eJournals for Chrome-förlängningens CRX-fil

Ladda ner Imperial eJournals for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Imperial eJournals for Chrome Imperial eJournals for Chrome
ID infolkakifickpdmjgcggmhklgkkbpid
Officiell webbadress https://chromewebstore.google.com/detail/imperial-ejournals-for-ch/infolkakifickpdmjgcggmhklgkkbpid
Beskrivning Tries to access the ejournal via Imperial
Filstorlek 6.31 KB
Antal Installationer 23
Aktuell Version 1.0
Senast Uppdaterad 2023-03-23
Publiceringsdatum 2015-07-14
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare James Howard
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}