Pundit Annotator

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

Qu'est-ce que Pundit Annotator ?

Pundit Annotator est une extension Chrome développée par https://thepund.it, et sa fonction principale est "Annotate the web using Pundit Annotator: highlight and comment text on any page and manage your annotations in the Pundit Dashboard.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pundit Annotator

Téléchargez les fichiers d'extension Pundit Annotator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Pundit Annotator Pundit Annotator
ID eilojhemeemnpfmailfeiggpgilblaco
URL Officiel https://chromewebstore.google.com/detail/pundit-annotator/eilojhemeemnpfmailfeiggpgilblaco
Description Annotate the web using Pundit Annotator: highlight and comment text on any page and manage your annotations in the Pundit Dashboard.
Taille du Fichier 7.94 MB
Nombre d'Installations 1,092
Version Actuelle 1.11.0
Dernière Mise à Jour 2024-02-08
Date de Publication 2019-12-07
Évaluation 3.58/5 Total 19 Évaluations
Développeur https://thepund.it
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.thepund.it/
URL de la Page d'Aide https://thepund.it/
URL de la Page de Politique de Confidentialité https://www.iubenda.com/privacy-policy/69930136
Langues Prises en Charge 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": [
        ""
    ]
}