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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CiteNetCheck

قم بتنزيل ملفات الامتداد CiteNetCheck بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم CiteNetCheck CiteNetCheck
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"
    }
}