PDF annotator

PDF annotator for research papers + integrate ML in the future

什么是PDF annotator?

PDF annotator是由hectorlow开发的Chrome扩展程序,该扩展的主要功能是“PDF annotator for research papers + integrate ML in the future”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载PDF annotator扩展crx文件

下载PDF annotator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension to assist in annotating academia with following features.

Features:
- Create persistent highlights on uploaded pdf files (only in extension)
- Add category and code to annotations
- View annotations on sidebar
- Click on item in sidebar to scroll to annotation location
- Export annotations to excel format
- Exported excel includes link to open extension and scroll to annotation position

Disclaimer: This is an ongoing school project and updates will be made over the next 2 months                    

扩展基本信息

名称 PDF annotator PDF annotator
ID ebodpdkmmpjcdjejckkpopdgadlcmbpn
官方URL https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn
简介 PDF annotator for research papers + integrate ML in the future
文件大小 527 KB
安装次数 349
当前版本 1.1.0
更新时间 2022-03-05
上架时间 2022-02-03
评分 5.00/5 共1次评分
开发者 hectorlow
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF annotator",
    "version": "1.1.0",
    "description": "PDF annotator for research papers + integrate ML in the future",
    "manifest_version": 3,
    "background": [],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                "http:\/\/127.0.0.1\/*",
                "https:\/\/developer.chrome.com\/*"
            ]
        }
    ]
}