PDF annotator

PDF annotator for research papers + integrate ML in the future

PDF annotator क्या है?

PDF annotator hectorlow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PDF annotator for research papers + integrate ML in the future"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PDF annotator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}