Open Science Lens

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

Open Science Lens क्या है?

Open Science Lens citesagr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resolve, locate and explore Open Science content while browsing, through OpenAIRE Research Graph"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open Science Lens एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}