ASU Library Journal Easy-Access
Click the icon to view a journal article through the university library access system
Qu'est-ce que ASU Library Journal Easy-Access ?
ASU Library Journal Easy-Access est une extension Chrome développée par New Alexandria, et sa fonction principale est "Click the icon to view a journal article through the university library access system".
Télécharger le fichier CRX de l'extension ASU Library Journal Easy-Access
Téléchargez les fichiers d'extension ASU Library Journal Easy-Access 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
Adds a button that you can click to view a journal article through the university library access system. Works for any article you are viewing (as long as ASU has access to it). This is an open source project! Open an issue or PR on GitHub: https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension
Informations de Base sur l'Extension
Nom | |
ID | cogpgniiadakaollagikhhlmhekajnol |
URL Officiel | https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol |
Description | Click the icon to view a journal article through the university library access system |
Taille du Fichier | 42.94 KB |
Nombre d'Installations | 24 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-11-18 |
Date de Publication | 2014-11-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | New Alexandria |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension |
URL de la Page d'Aide | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ASU Library Journal Easy-Access", "short_name": "asulibaccess", "description": "Click the icon to view a journal article through the university library access system", "version": "0.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/ASUlib_16.png", "48": "images\/ASUlib_48.png", "128": "images\/ASUlib_128.png" }, "browser_action": { "name": "Click to access this article through ASU Library", "default_title": "View with full libaray access", "default_icon": { "16": "images\/ASUlib_16.png", "48": "images\/ASUlib_48.png", "128": "images\/ASUlib_128.png" } }, "manifest_version": 2 } |