Get Full Text Research (GetFTR)

Provides fast access to millions of open and subscription research papers and books - using your institution subscriptions.

¿Qué es Get Full Text Research (GetFTR)?

Get Full Text Research (GetFTR) es una extensión de Chrome desarrollada por service, y su función principal es "Provides fast access to millions of open and subscription research papers and books - using your institution subscriptions.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Get Full Text Research (GetFTR)

Descarga archivos de extensión Get Full Text Research (GetFTR) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        GetFTR streamlines access to published research by signalling which content is accessible, either through an institution subscription or content is open, and by providing GetFTR smart links that bypass unnecessary steps in the access process

=== Terms and Conditions ===
By installing the extension, you agree to and acknowledge:
https://www.getfulltextresearch.com/terms-of-service-for-getftr-browser-extension
https://www.getfulltextresearch.com/privacy-policy                    

Información Básica de la Extensión

Nombre Get Full Text Research (GetFTR) Get Full Text Research (GetFTR)
ID kkppafkhgdfhkonclhdchdfhmldamiof
URL Oficial https://chromewebstore.google.com/detail/get-full-text-research-ge/kkppafkhgdfhkonclhdchdfhmldamiof
Descripción Provides fast access to millions of open and subscription research papers and books - using your institution subscriptions.
Tamaño del Archivo 1.46 MB
Cantidad de Instalaciones 419
Versión Actual 1.0.6
Última Actualización 2024-02-28
Fecha de Publicación 2023-04-18
Desarrollador service
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://getfulltextresearch.com
URL de la Página de Política de Privacidad https://www.getfulltextresearch.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.bdf249cb.png",
        "32": "icon32.plasmo.05bb7f90.png",
        "48": "icon48.plasmo.a32f0d4b.png",
        "64": "icon64.plasmo.0ee4cf32.png",
        "128": "icon128.plasmo.be4ef7c1.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.bdf249cb.png",
            "32": "icon32.plasmo.05bb7f90.png",
            "48": "icon48.plasmo.a32f0d4b.png",
            "64": "icon64.plasmo.0ee4cf32.png",
            "128": "icon128.plasmo.be4ef7c1.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.6",
    "author": "GetFTR ",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/getfulltextresearch.com",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "declarativeContent",
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/getfulltextresearch.com\/.extension\/entitlements"
            ],
            "js": [
                "entitlements.0d269647.js"
            ],
            "css": [
                "contents.2c43af9b.css",
                "tabs\/getting-started.0389000e.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/favicon-*.png"
            ],
            "matches": [
                "https:\/\/getfulltextresearch.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/getfulltextresearch.com\/*"
            ],
            "resources": [
                "OpenSans-Bold.c4289f7d.ttf"
            ]
        }
    ],
    "optional_permissions": [
        "https:\/\/www.webofscience.com\/*",
        "https:\/\/pubmed.ncbi.nlm.nih.gov\/*",
        "https:\/\/scholar.google.com\/*",
        "https:\/\/*.ebscohost.com\/*",
        "https:\/\/research.ebsco.com\/*",
        "https:\/\/www.semanticscholar.org\/*",
        "https:\/\/www.lens.org\/*",
        "https:\/\/apps.crossref.org\/*",
        "https:\/\/chooser.crossref.org\/*",
        "https:\/\/*.summon.serialssolutions.com\/*",
        "https:\/\/*.primo.exlibrisgroup.com\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/www.google.de\/*",
        "https:\/\/www.google.fr\/*",
        "https:\/\/www.google.es\/*",
        "https:\/\/www.google.co.uk\/*",
        "https:\/\/www.bing.com\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/www.webofscience.com\/*",
        "https:\/\/pubmed.ncbi.nlm.nih.gov\/*",
        "https:\/\/scholar.google.com\/*",
        "https:\/\/*.ebscohost.com\/*",
        "https:\/\/research.ebsco.com\/*",
        "https:\/\/www.semanticscholar.org\/*",
        "https:\/\/www.lens.org\/*",
        "https:\/\/apps.crossref.org\/*",
        "https:\/\/chooser.crossref.org\/*",
        "https:\/\/*.summon.serialssolutions.com\/*",
        "https:\/\/*.primo.exlibrisgroup.com\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/www.google.de\/*",
        "https:\/\/www.google.fr\/*",
        "https:\/\/www.google.es\/*",
        "https:\/\/www.google.co.uk\/*",
        "https:\/\/www.bing.com\/*"
    ],
    "host_permissions": [
        "https:\/\/ext.prod.getft.io\/*",
        "https:\/\/getfulltextresearch.com\/*"
    ],
    "default_locale": "en"
}