Imperial eJournals for Chrome
Tries to access the ejournal via Imperial
Qu'est-ce que Imperial eJournals for Chrome ?
Imperial eJournals for Chrome est une extension Chrome développée par James Howard, et sa fonction principale est "Tries to access the ejournal via Imperial".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Imperial eJournals for Chrome
Téléchargez les fichiers d'extension Imperial eJournals for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Imperial eJournals for Chrome |
ID | infolkakifickpdmjgcggmhklgkkbpid |
URL Officiel | https://chromewebstore.google.com/detail/imperial-ejournals-for-ch/infolkakifickpdmjgcggmhklgkkbpid |
Description | Tries to access the ejournal via Imperial |
Taille du Fichier | 6.31 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-03-23 |
Date de Publication | 2015-07-14 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | James Howard |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |