Get Full Text Research (GetFTR)

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

Apa itu Get Full Text Research (GetFTR)?

Get Full Text Research (GetFTR) adalah ekstensi Chrome yang dikembangkan oleh service, dan fitur utamanya adalah "Provides fast access to millions of open and subscription research papers and books - using your institution subscriptions.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Get Full Text Research (GetFTR)

Unduh file ekstensi Get Full Text Research (GetFTR) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Get Full Text Research (GetFTR) Get Full Text Research (GetFTR)
ID kkppafkhgdfhkonclhdchdfhmldamiof
URL Resmi https://chromewebstore.google.com/detail/get-full-text-research-ge/kkppafkhgdfhkonclhdchdfhmldamiof
Deskripsi Provides fast access to millions of open and subscription research papers and books - using your institution subscriptions.
Ukuran File 1.46 MB
Jumlah Instalasi 419
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2024-02-28
Tanggal Publikasi 2023-04-18
Pengembang service
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://getfulltextresearch.com
URL Halaman Kebijakan Privasi https://www.getfulltextresearch.com/privacy-policy
Bahasa yang Didukung 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"
}