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”。
擴展截圖
下載Open Science Lens擴展crx文件
下載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 |
ID | alpdaolafiaddpgkjfbompaopnkmmfla |
官方網址 | 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": [ " |