Pundit Annotator

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

O que é Pundit Annotator?

Pundit Annotator é uma extensão do Chrome desenvolvida por https://thepund.it, e sua principal característica é "Annotate the web using Pundit Annotator: highlight and comment text on any page and manage your annotations in the Pundit Dashboard.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pundit Annotator

Baixe arquivos de extensão Pundit Annotator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Pundit Annotator Pundit Annotator
ID eilojhemeemnpfmailfeiggpgilblaco
URL Oficial https://chromewebstore.google.com/detail/pundit-annotator/eilojhemeemnpfmailfeiggpgilblaco
Descrição Annotate the web using Pundit Annotator: highlight and comment text on any page and manage your annotations in the Pundit Dashboard.
Tamanho do Arquivo 7.94 MB
Contagem de Instalações 1,092
Versão Atual 1.11.0
Última Atualização 2024-02-08
Data de Publicação 2019-12-07
Classificação 3.58/5 Total de 19 Avaliações
Desenvolvedor https://thepund.it
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://app.thepund.it/
URL da Página de Ajuda https://thepund.it/
URL da Página de Política de Privacidade https://www.iubenda.com/privacy-policy/69930136
Idiomas Suportados 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": [
        ""
    ]
}