Scholarcy Browser Extension

Summarizes research articles, creates interactive flashcards, highlights key points, links to open-access versions of each citation

Scholarcy Browser Extension là gì?

Scholarcy Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi https://scholarcy.com, và tính năng chính của nó là "Summarizes research articles, creates interactive flashcards, highlights key points, links to open-access versions of each citation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scholarcy Browser Extension

Tải xuống các tệp mở rộng Scholarcy Browser Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Scholarcy™ is the solution to that pile of papers on your virtual desk. It can save up to 70% of the time needed to get the key information from an article, helping you with literature screening and reviews.

This Extension gives you the key points of any article or research paper you have open in your browser.  It creates a referenced summary with important points highlighted and generates a background reading list for those new to a field. 

Need to see how a paper builds on previous research? Our new 'Comparative Analysis' engine highlights this for you.

Subscribers to our premium app, Scholarcy Library, will get unlimited use of this Extension and can also save, share, annotate and export their Summary Flashcards. 

Scholarcy locates open-access PDFs for each reference from Google Scholar, arXiv and elsewhere, and can also be configured to extract figures and tables.

To provide this service, our Extension needs to read and process the contents of the current web page. Alternatively, it will locate the PDF for the article. Use the new 'Source priority' option to switch between the HTML and PDF processing. For PDF files, the article must be open access. For more information on how we use this data, please read our FAQ: https://www.scholarcy.com/faq/ and Privacy Policy: https://www.scholarcy.com/privacy-policy/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scholarcy Browser Extension Scholarcy Browser Extension
ID oekgknkmgmaehhpegfeioenikocgbcib
URL Chính Thức https://chromewebstore.google.com/detail/scholarcy-browser-extensi/oekgknkmgmaehhpegfeioenikocgbcib
Mô tả Summarizes research articles, creates interactive flashcards, highlights key points, links to open-access versions of each citation
Kích Thước Tệp 1.22 MB
Số Lần Cài Đặt 94,303
Phiên Bản Hiện Tại 5.0.0
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2020-04-22
Đánh Giá 4.26/5 Tổng số 35 Đánh Giá
Nhà Phát Triển https://scholarcy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.scholarcy.com
URL Trang Trợ Giúp https://www.scholarcy.com/support/
URL Trang Chính Sách Bảo Mật https://www.scholarcy.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.bdf249cb.png",
        "32": "icon32.plasmo.05bb7f90.png",
        "48": "icon48.plasmo.a32f0d4b.png",
        "64": "icon64.plasmo.0ee4cf32.png",
        "128": "icon128.plasmo.be4ef7c1.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.bdf249cb.png",
            "32": "icon32.plasmo.05bb7f90.png",
            "48": "icon48.plasmo.a32f0d4b.png",
            "64": "icon64.plasmo.0ee4cf32.png",
            "128": "icon128.plasmo.be4ef7c1.png"
        },
        "default_popup": "popup.html"
    },
    "version": "5.0.0",
    "author": "Scholarcy",
    "name": "Scholarcy Browser Extension",
    "description": "Summarizes research articles, creates interactive flashcards, highlights key points, links to open-access versions of each citation",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.00c7919c.js"
            ],
            "all_frames": false,
            "css": []
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+Y",
                "mac": "MacCtrl+Command+Y"
            }
        }
    },
    "host_permissions": [
        "https:\/\/*.scholarcy.com\/*"
    ]
}