CiteNetCheck
Analyze the local citation network of a published pubmed paper.
Что такое CiteNetCheck?
CiteNetCheck - это расширение Chrome, разработанное Max Ohn, и его основная функция - "Analyze the local citation network of a published pubmed paper.".
Снимки экрана расширения
Скачать файл CRX расширения CiteNetCheck
Скачайте файлы расширений CiteNetCheck в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
CiteNetCheck is an open-source browser extension visualizing a network. Whenever NCBI's website is being visited by opening a tab containing a paper of their pubmed database, this extension becomes clickable. Once clicked, CiteNetCheck first retrieves data about the local citation network of the paper that is currently visited and then displays a visual representation of it. Additionally, the extension shows a few properties of the network such as node degrees and clustering coefficients.
Основная информация о расширении
Название | |
ID | ljlmjelacjmeihbefphlhfdpgjlcpplb |
Официальный URL | https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb |
Описание | Analyze the local citation network of a published pubmed paper. |
Размер файла | 363 KB |
Количество установок | 60 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2019-03-15 |
Дата публикации | 2019-03-15 |
Рейтинг | 4.00/5 Всего 1 оценок |
Разработчик | Max Ohn |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/MaxOhn/CiteNetCheck |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CiteNetCheck", "author": "Max Ohn", "version": "1.1.0", "description": "Analyze the local citation network of a published pubmed paper.", "background": { "scripts": [ "background.js" ], "persistence": false }, "page_action": { "default_title": "Analyze citation network", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "tabs" ], "icons": { "16": "images\/network_16.png", "128": "images\/network_128.png" } } |