Paperpile Extension

Collect, organize, annotate and cite your research papers in Chrome

Paperpile Extension là gì?

Paperpile Extension là một tiện ích mở rộng Chrome được phát triển bởi https://paperpile.com, và tính năng chính của nó là "Collect, organize, annotate and cite your research papers in Chrome".

Ả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 Paperpile Extension

Tải xuống các tệp mở rộng Paperpile 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

                        This extension works with Paperpile, a clean and simple reference and citation manager. Sign up for Paperpile at https://paperpile.com

Students, researchers, scientists, doctors, postdocs, PIs, and professors 💛 Paperpile:

⭐️ Collect your papers while browsing
✓ Import citations and PDFs from hundreds of publisher sites including Nature, Science, Springer, ScienceDirect, Wiley and many more
✓ Deep integration with PubMed, Google Scholar, ArXiv, Scopus, Web of Science, ProQuest, EBSCO, and hundreds of University library catalogues
✓ Easy migration from other reference managers like Mendeley, Endnote, EasyBib, and Zotero

⭐️ PDF tools you will love
✓ Annotate PDFs directly in Chrome with Paperpile's built-in PDF viewer
✓ Sync your papers automatically to Google Drive. 
✓ One-click full-text PDF download from hundreds of publisher sites and preprint archives
✓ EZProxy support: full text PDF download off-campus

⭐️ Add citations and bibliographies in Google Docs
✓ A truly collaborative reference management solution for Google Docs
✓ More than 9,000 citation styles including APA, MLA, Harvard and Chicago

WHAT'S NEW?
Recent updates: https://paperpile.com/changelog

GET IN TOUCH
Email • [email protected]
Blog • https://paperpile.com/blog/
Forum • https://forum.paperpile.com/
Twitter • @paperpile
Facebook • https://www.facebook.com/paperpile/

This extension can extract citation information and downloads PDFs from academic websites. To learn more about all required permissions visit https://paperpile.com/google-permissions#extension

By installing this item, you agree to the Paperpile Terms of Service and Privacy Policy at https://paperpile.com/tos and https://paperpile.com/privacy, respectively.                    

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

Tên Paperpile Extension Paperpile Extension
ID bomfdkbfpdhijjbeoicnfhjbdhncfhig
URL Chính Thức https://chromewebstore.google.com/detail/paperpile-extension/bomfdkbfpdhijjbeoicnfhjbdhncfhig
Mô tả Collect, organize, annotate and cite your research papers in Chrome
Kích Thước Tệp 11.27 MB
Số Lần Cài Đặt 243,022
Phiên Bản Hiện Tại 1.5.568
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2020-05-05
Đánh Giá 4.69/5 Tổng số 176 Đánh Giá
Nhà Phát Triển https://paperpile.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://paperpile.com
URL Trang Trợ Giúp http://paperpile.com/help
URL Trang Chính Sách Bảo Mật https://paperpile.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paperpile Extension",
    "version": "1.5.568",
    "description": "Collect, organize, annotate and cite your research papers in Chrome",
    "permissions": [
        "clipboardWrite",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "ftp:\/\/*\/",
        "*:\/\/*.paperpile.com\/",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/www.google-analytics.com\/ https:\/\/ssl.google-analytics.com https:\/\/*.firebaseio.com\/; object-src 'self' filesystem:",
    "minimum_chrome_version": "27",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/stage.paperpile.com\/app",
                "*:\/\/stage.paperpile.com\/view\/*",
                "*:\/\/paperpile.com\/app",
                "*:\/\/paperpile.com\/view\/*"
            ],
            "js": [
                "dist\/pp-cb.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "dist-new\/cs-webapp.js"
            ],
            "matches": [
                "*:\/\/app.paperpile.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Paperpile",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 2,
    "background": {
        "page": "html\/background.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "\/*.png",
        "\/*.gif",
        "\/*.css",
        "\/css\/*.css",
        "\/html\/*.html",
        "\/dist-new\/*.html",
        "dist\/pp-cs.css"
    ]
}