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)はserviceによって開発されたChromeの拡張機能で、その主な機能は「Provides fast access to millions of open and subscription research papers and books - using your institution subscriptions.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Get Full Text Research (GetFTR)拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}