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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Pundit Annotator

Λήψη αρχείων επέκτασης Pundit Annotator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": [
        ""
    ]
}