PDF annotator

PDF annotator for research papers + integrate ML in the future

PDF annotator là gì?

PDF annotator là một tiện ích mở rộng Chrome được phát triển bởi hectorlow, và tính năng chính của nó là "PDF annotator for research papers + integrate ML in the future".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        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                    

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

Tên PDF annotator PDF annotator
ID ebodpdkmmpjcdjejckkpopdgadlcmbpn
URL Chính Thức https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn
Mô tả PDF annotator for research papers + integrate ML in the future
Kích Thước Tệp 527 KB
Số Lần Cài Đặt 349
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-03-05
Ngày Phát Hành 2022-02-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển hectorlow
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}