Get Full Text Research (GetFTR)

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

Что такое Get Full Text Research (GetFTR)?

Get Full Text Research (GetFTR) - это расширение Chrome, разработанное service, и его основная функция - "Provides fast access to millions of open and subscription research papers and books - using your institution subscriptions.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Get Full Text Research (GetFTR)

Скачайте файлы расширений Get Full Text Research (GetFTR) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Get Full Text Research (GetFTR) Get Full Text Research (GetFTR)
ID kkppafkhgdfhkonclhdchdfhmldamiof
Официальный URL https://chromewebstore.google.com/detail/get-full-text-research-ge/kkppafkhgdfhkonclhdchdfhmldamiof
Описание Provides fast access to millions of open and subscription research papers and books - using your institution subscriptions.
Размер файла 1.46 MB
Количество установок 419
Текущая Версия 1.0.6
Последнее Обновление 2024-02-28
Дата публикации 2023-04-18
Разработчик service
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://getfulltextresearch.com
URL страницы политики конфиденциальности https://www.getfulltextresearch.com/privacy-policy
Поддерживаемые языки 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"
}