Access Scholar Articles
Get access to journals and articles using your university's credentials.
Qu'est-ce que Access Scholar Articles ?
Access Scholar Articles est une extension Chrome développée par Gerard, et sa fonction principale est "Get access to journals and articles using your university's credentials.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Access Scholar Articles
Téléchargez les fichiers d'extension Access Scholar Articles 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
This lightweight extension allows students and researchers at the University of Malta (and other universities) to access restricted scholar articles. Same Universities offer their students/staff access to several journals and websites. Unfortunately it can be cumbersome to unlock a scholar article since you would have to go through the University's library website. Using this extension you can easily redirect to the unlocked version of the scholar article with one click, without having to leave the article that you want to read. For example, this locked article: https://www.nature.com/articles/s41586-020-03048-z would be redirected to the unlocked version in one click: https://www-nature-com.ejournals.um.edu.mt/articles/s41586-020-03048-z The default university access page is set to the University of Malta. This extension works with other universities - to do so, change the URL redirection to an EZproxy URL in the options. This extension works with several scholar websites, including (but not limited to): IEEE Xplore, Nature.com, ProQuest, ACM Digital Library and SpringerLink. This extension provides a very lightweight addition to the browser, while improving significantly the researching experience. Acknowledgements: Icons made by smalllikeart from www.flaticon.com. Disclaimer: This extension was developed independently and is not affiliated with University of Malta or other entities mentioned above.
Informations de Base sur l'Extension
Nom | Access Scholar Articles |
ID | dcmdlllimglfijapdplafahfjfgpgcam |
URL Officiel | https://chromewebstore.google.com/detail/access-scholar-articles/dcmdlllimglfijapdplafahfjfgpgcam |
Description | Get access to journals and articles using your university's credentials. |
Taille du Fichier | 1.16 MB |
Nombre d'Installations | 58 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-07-08 |
Date de Publication | 2020-12-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Gerard |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://gerardtabone.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Access Scholar Articles", "version": "1.1", "description": "Get access to journals and articles using your university's credentials.", "permissions": [ "activeTab", "storage", "scripting" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/papers16.png", "24": "images\/papers24.png", "32": "images\/papers32.png", "64": "images\/papers64.png", "128": "images\/papers128.png", "256": "images\/papers256.png", "512": "images\/papers512.png" } }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" }, "manifest_version": 3 } |