Get Full Text Research (GetFTR)

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

Qu'est-ce que Get Full Text Research (GetFTR) ?

Get Full Text Research (GetFTR) est une extension Chrome développée par service, et sa fonction principale est "Provides fast access to millions of open and subscription research papers and books - using your institution subscriptions.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Get Full Text Research (GetFTR)

Téléchargez les fichiers d'extension Get Full Text Research (GetFTR) 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

                        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                    

Informations de Base sur l'Extension

Nom Get Full Text Research (GetFTR) Get Full Text Research (GetFTR)
ID kkppafkhgdfhkonclhdchdfhmldamiof
URL Officiel https://chromewebstore.google.com/detail/get-full-text-research-ge/kkppafkhgdfhkonclhdchdfhmldamiof
Description Provides fast access to millions of open and subscription research papers and books - using your institution subscriptions.
Taille du Fichier 1.46 MB
Nombre d'Installations 419
Version Actuelle 1.0.6
Dernière Mise à Jour 2024-02-28
Date de Publication 2023-04-18
Développeur service
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getfulltextresearch.com
URL de la Page de Politique de Confidentialité https://www.getfulltextresearch.com/privacy-policy
Langues Prises en Charge 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"
}