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
官方網址 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"
}