CoCites [Beta]

CoCites adds a one-click button in PubMed to show frequently co-cited articles

CoCites [Beta]คืออะไร?

CoCites [Beta] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cocites.com และคุณลักษณะหลักของมันคือ "CoCites adds a one-click button in PubMed to show frequently co-cited articles"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoCites [Beta]

ดาวน์โหลดไฟล์ส่วนขยาย CoCites [Beta] ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        CoCites is an entirely new method for searching scientific literature. The method finds and ranks articles that are frequently cited together with a selected article. 

Articles that are frequently cited together tend to be of similar topics. CoCites finds co-cited articles and presents a ranking of most frequently co-cited articles.

CoCites is ideal for students, as well as for scientists interested in topics outside their field of expertise—it helps them find relevant literature without the struggle of finding or even knowing the right keywords. 

This browser extension adds CoCites buttons to articles in PubMed and Google Scholar. One click shows the articles that are frequently cited together with the selected article. No registration is needed unless you want to export the search results.

Read below about the permission that CoCites needs to install the extension.

After you install the browser extension, the tool is ready for use. Go to PubMed or Google Scholar and CoCites is already working for you. For more information about the method and download, visit www.cocites.com. 

Further information:
If you have any questions, email us at [email protected].

Why we need the permission? 

We ask permission to:
Read and change all your data on the websites you visit

We need to read your data to find out: 
- when you visit the PubMed and Google Scholar webpages. 
Many users visit PubMed within their university environments. The URLs of PubMed vary. We need to read your browser activity to recognize the URL of your PubMed.    

- for which articles you want a CoCites search button. 
We need to read the data on the PubMed or Google Scholar page to find out for which articles you want a CoCites search button. 

We don’t store any of your information or browser history. The university-specific URL of PubMed is temporarily stored in a session cookie, which is deleted after you close the browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CoCites [Beta] CoCites [Beta]
ID kjnhiadmccnbfbfjkmkhinglkaolnhcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cocites-beta/kjnhiadmccnbfbfjkmkhinglkaolnhcj
คำอธิบาย CoCites adds a one-click button in PubMed to show frequently co-cited articles
ขนาดไฟล์ 182 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2022-09-04
วันที่เผยแพร่ 2020-05-13
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.cocites.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.cocites.com
URL หน้านโยบายความเป็นส่วนตัว https://www.cocites.com/index.cfm?page=TermsPrivacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoCites [Beta]",
    "version": "2.4",
    "description": "CoCites adds a one-click button in PubMed to show frequently co-cited articles",
    "manifest_version": 3,
    "permissions": [
        "declarativeContent",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ncbi.nlm.nih.gov\/pubmed*",
                "*:\/\/pubmed.ncbi.nlm.nih.gov\/*",
                "*:\/\/scholar.google.com\/*",
                "*:\/\/scholar.google.fr\/*",
                "*:\/\/scholar.google.nl\/*",
                "*:\/\/scholar.google.es\/*",
                "*:\/\/scholar.google.ca\/*",
                "*:\/\/scholar.google.de\/*",
                "*:\/\/scholar.google.it\/*",
                "*:\/\/scholar.google.jp\/*",
                "*:\/\/scholar.google.no\/*",
                "*:\/\/scholar.google.pt\/*",
                "*:\/\/scholar.google.ru\/*",
                "*:\/\/*\/pubmed*"
            ],
            "css": [
                "bootstrap.min.css",
                "styles.css"
            ],
            "js": [
                "contentScript.js",
                "jquery-3.4.1.min.js"
            ]
        }
    ]
}