Paperlib

Chrome Extension for Paperlib.

What is Paperlib?

Paperlib is a Chrome extension developed by https://paperlib.app, and its main feature is "Chrome Extension for Paperlib.".

Extension Screenshots

screenshot

Download Paperlib Extension CRX File

Download Paperlib extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is the Chrome extension for Paperlib (https://github.com/GeoffreyChen777/paperlib), which is a simple open-source academic paper management tool.                    

Extension Basic Information

Name Paperlib Paperlib
ID kgnpnfbjckgddlednhoblgfdfohhapng
Official URL https://chromewebstore.google.com/detail/paperlib/kgnpnfbjckgddlednhoblgfdfohhapng
Description Chrome Extension for Paperlib.
File Size 14.9 KB
Installation Count 770
Current Version 0.0.6
Last Updated 2022-11-09
Publish Date 2021-12-16
Rating 5.00/5 Total 1 Ratings
Developer https://paperlib.app
Email [email protected]
Payment Type free
Extension Website https://github.com/GeoffreyChen777/paperlib
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paperlib",
    "description": "Chrome Extension for Paperlib.",
    "version": "0.0.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/scholar.google.com\/*"
            ],
            "js": [
                "googlescholar.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "cookies"
    ]
}