Pundit Annotator

Annotate the web using Pundit Annotator: highlight and comment text on any page and manage your annotations in the Pundit Dashboard.

Pundit Annotator क्या है?

Pundit Annotator https://thepund.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Annotate the web using Pundit Annotator: highlight and comment text on any page and manage your annotations in the Pundit Dashboard."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Pundit Annotator is the perfect web annotation tool for your research, study, and productivity: highlight, tag, comment, and semantically annotate fragments of text in any web page. Pundit is used by students, researchers, journalists but also general users who want to remember a part of text in a page or leave their comment about it.

HIGHLIGHT
- Select a part of text
- Choose "Highlight" from the popover
- Select or create the Notebook you want to save your highlight into
- Click save
- Review your annotation on the sidebar on the right

COMMENT
- Select a part of text
- Choose "Comment" from the popover
- Write your comment
- Select or create the Notebook you want to save your comment into
- Click save
- Review your annotation on the sidebar on the right

SOCIAL
- Reply to other annotations with a text note
- Like/Dislike other annotations
- Report annotations in case of harassment

ANNOTATIONS MANAGEMENT
- You can review and manage all your annotations and notebooks in the Pundit Dashboard here: http://app.thepund.it/                    

एक्सटेंशन की मूल जानकारी

नाम Pundit Annotator Pundit Annotator
ID eilojhemeemnpfmailfeiggpgilblaco
आधिकारिक URL https://chromewebstore.google.com/detail/pundit-annotator/eilojhemeemnpfmailfeiggpgilblaco
विवरण Annotate the web using Pundit Annotator: highlight and comment text on any page and manage your annotations in the Pundit Dashboard.
फ़ाइल का आकार 7.94 MB
स्थापना संख्या 1,092
वर्तमान संस्करण 1.11.0
अंतिम अपडेट 2024-02-08
प्रकाशन तिथि 2019-12-07
रेटिंग 3.58/5 कुल 19 रेटिंग्स
डेवलपर https://thepund.it
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://app.thepund.it/
सहायता पृष्ठ URL https://thepund.it/
गोपनीयता नीति पृष्ठ URL https://www.iubenda.com/privacy-policy/69930136
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pundit Annotator",
    "version": "1.11.0",
    "description": "Annotate the web using Pundit Annotator: highlight and comment text on any page and manage your annotations in the Pundit Dashboard.",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/pundit-icon-48-close.png",
        "128": "assets\/icons\/pundit-icon-128-close.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "assets\/icons\/pundit-icon-38.png",
        "default_title": "Launch Pundit Annotator"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pundit.chrome-ext.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}