Open Science Lens

Resolve, locate and explore Open Science content while browsing, through OpenAIRE Research Graph

Open Science Lens란 무엇입니까?

Open Science Lens은(는) citesagr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resolve, locate and explore Open Science content while browsing, through OpenAIRE Research Graph"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Open Science Lens 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Open Science Lens brings the information residing on OpenAIRE data infrastructure at your reach, allowing you to locate and explore information of relevance to Open Science, utilizing the OpenAIRE Research Graph and APIs, as you browse.

Open Science Lens browser extension allows direct access to all information related to a context, be it publications, projects, calls, datasets, researchers, research topics etc., collected from various data sources in different repositories, offering the user all information related to Open Science that may be found in OpenAIRE infrastructure.

The extension will scan through the pages as you browse, identity persistent identifier such as DOIs and utilize OpenAIRE API and OpenAIRE Research Graph data model to locate additional information for you, unroll the graph of links to deliver it and provide direct access to the DOI referenced artifact itself, if available.                    

확장 프로그램 기본 정보

이름 Open Science Lens Open Science Lens
ID alpdaolafiaddpgkjfbompaopnkmmfla
공식 URL https://chromewebstore.google.com/detail/open-science-lens/alpdaolafiaddpgkjfbompaopnkmmfla
설명 Resolve, locate and explore Open Science content while browsing, through OpenAIRE Research Graph
파일 크기 261 KB
설치 횟수 786
현재 버전 0.4.2
최근 업데이트 2022-05-17
출시 날짜 2021-06-06
평점 5.00/5 총 2 개의 평점
개발자 citesagr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://osl.cite.gr
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Open Science Lens",
    "version": "0.4.2",
    "description": "Resolve, locate and explore Open Science content while browsing, through OpenAIRE Research Graph",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "contextMenus",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/images\/osl_logo_16.png",
            "32": "\/assets\/images\/osl_logo_48.png",
            "48": "\/assets\/images\/osl_logo_48.png",
            "128": "\/assets\/images\/osl_logo_128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Opens Extension"
        }
    },
    "icons": {
        "16": "\/assets\/images\/osl_logo_16.png",
        "32": "\/assets\/images\/osl_logo_48.png",
        "48": "\/assets\/images\/osl_logo_48.png",
        "128": "\/assets\/images\/osl_logo_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/*",
                "assets\/*",
                "badge-popup\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}