USFQ Library Redirector

By Aldo Cassola, adapted from the NEU Redirector by Hooman Javaheri. This extension provides access to online literature via USFQ.

什么是USFQ Library Redirector?

USFQ Library Redirector是由Aldo Cassola开发的Chrome扩展程序,该扩展的主要功能是“By Aldo Cassola, adapted from the NEU Redirector by Hooman Javaheri. This extension provides access to online literature via USFQ.”。

扩展截图

screenshot

下载USFQ Library Redirector扩展crx文件

下载USFQ Library Redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        English
=======
This extension lets USFQ students and faculty download academic publications while working off-campus. If you find a paper you are interested in online at one of the sources USFQ is subscribed to (IEEE Xplore, Scopus, etc.) and cannot download the full link, press the redirector button, and you will be sent to USFQ library. There you can log in with your USFQ account and access the article.

Step by step guide:

1.- Install the extension. This will add a red dragon button to your toolbar.
2.- Find your article via your favorite search tool (Google Scholar, ScienceDirect, etc)
3.- If you don't have access to the article, press the dragon button. You will be redirected to USFQ library to log in
4.- Enter your USFQ username and password
5.- You now have access to the article! Download at your leisure.

Note: Because USFQ does not have access to every academic journal, you may not be able to download some articles with this extension. Rule of thumb: if USFQ has access, the dragon lets you in.

Suggestions and comments are welcome!


Español
=======
Esta extensión permite a estudiantes y profesores de la USFQ descargar publicaciones académicas estando fuera del campus. Si encuentras un artículo que deseas descargar en uno de los recursos electrónicos a los que está suscrito USFQ (IEEE Xplore, Scopus, etc.) y no tienes acceso al texto completo, presiona el botón redirector y serás enviado al sitio de biblioteca. Allí podrás ingresar tus credenciales de USFQ y podrás acceder al artículo.

Guía paso a paso:

1.- Instala la extensión. Esto agregará un dragón rojo a tu barra de herramientas.
2.- Busca el artículo en tu herramienta de búsqueda preferida (Google Scholar, ScienceDirect, etc.)
3.- Si no tienes acceso al texto completo, presiona el botón del dragón. Serás redirigido a la biblioteca de USFQ para dar tus credenciales.
4.- Ingresa tu usuario y contraseña USFQ.
5.- ¡Ya tienes acceso! Descarga el artículo.

Nota: USFQ no tiene acceso a todas las revistas académicas, por lo que no podrás tener acceso a ciertos documentos con esta extensión. La regla es, si USFQ tiene acceso a la revista, el dragón te da acceso.

¡Sus sugerencias y comentarios son bienvenidos!

Acknowledgements
================
Thanks to Hooman Javaheri for the original idea at NEU!                    

扩展基本信息

名称 USFQ Library Redirector USFQ Library Redirector
ID oipcclehafcdnapgdcfakpkjodamceed
官方URL https://chromewebstore.google.com/detail/usfq-library-redirector/oipcclehafcdnapgdcfakpkjodamceed
简介 By Aldo Cassola, adapted from the NEU Redirector by Hooman Javaheri. This extension provides access to online literature via USFQ.
文件大小 10.36 KB
安装次数 168
当前版本 2.0.2
更新时间 2015-12-01
上架时间 2015-12-01
评分 5.00/5 共1次评分
开发者 Aldo Cassola
付费类型 free
支持的语言 es
manifest.json
{
    "background": {
        "scripts": [
            "redirect.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Reload via USFQ Library"
    },
    "description": "By Aldo Cassola, adapted from the NEU Redirector by Hooman Javaheri. This extension provides access to online literature via USFQ.",
    "short_name": "USFQ Library Redirector",
    "manifest_version": 2,
    "name": "USFQ Library Redirector",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.2",
    "author": "Aldo Cassola"
}