CiteNetCheck
Analyze the local citation network of a published pubmed paper.
Co to jest CiteNetCheck?
CiteNetCheck to rozszerzenie Chrome opracowane przez Max Ohn, a jego główną funkcją jest „Analyze the local citation network of a published pubmed paper.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CiteNetCheck
Pobierz pliki rozszerzeń CiteNetCheck w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ljlmjelacjmeihbefphlhfdpgjlcpplb |
| Oficjalny URL | https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb |
| Opis | Analyze the local citation network of a published pubmed paper. |
| Rozmiar pliku | 363 KB |
| Liczba instalacji | 60 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2019-03-15 |
| Data Publikacji | 2019-03-15 |
| Ocena | 4.00/5 Łącznie 1 Oceny |
| Deweloper | Max Ohn |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/MaxOhn/CiteNetCheck |
| Obsługiwane Języki | 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"
}
} | |