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开发的Chrome扩展程序,该扩展的主要功能是“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

下载Pundit Annotator扩展crx文件

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