Open Science Lens

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

Τι είναι το Open Science Lens;

Το Open Science Lens είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον citesagr, και η κύρια λειτουργία του είναι "Resolve, locate and explore Open Science content while browsing, through OpenAIRE Research Graph".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Open Science Lens

Λήψη αρχείων επέκτασης Open Science Lens σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": [
                ""
            ]
        }
    ]
}