Annotate the Web

Annotate on any webpage and save it as a screenshot!

什么是Annotate the Web?

Annotate the Web是由H. Pleitez开发的Chrome扩展程序,该扩展的主要功能是“Annotate on any webpage and save it as a screenshot!”。

扩展截图

screenshot
screenshot

下载Annotate the Web扩展crx文件

下载Annotate the Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Annotate the Web was created to allow users to annotate any webpage and save it as an image.

This can be useful for students having to submit work, or for anyone that would like to screen capture an image of the webpage they are on, along with annotations.

The extension does not save any of your user data nor does it relay any information to any server. It allows you to save the images to your hard drive.

This extension may be updated at irregular intervals.

- Herson Pleitez

Note: The annotation window can be moved around the screen. You can change the pen color, size of the pen, erase your annotation, clear the screen and save your annotation as a screenshot to your hard drive.

v1.0 - Initial release
v2.0 - Visual changes                    

扩展基本信息

名称 Annotate the Web Annotate the Web
ID hkdbcemiphlcpmcphjgfaepgciimcoef
官方URL https://chromewebstore.google.com/detail/annotate-the-web/hkdbcemiphlcpmcphjgfaepgciimcoef
简介 Annotate on any webpage and save it as a screenshot!
文件大小 205 KB
安装次数 20,000
当前版本 2.0
更新时间 2022-02-06
上架时间 2020-04-22
评分 4.44/5 共9次评分
开发者 H. Pleitez
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sites.google.com/view/hpleitez/chrome-extensions
帮助页面URL https://sites.google.com/view/hpleitez/contact-me
隐私政策页面URL https://sites.google.com/view/hpleitez/privacy-policy
支持的语言 en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Annotate the Web"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Annotate on any webpage and save it as a screenshot!",
    "icons": {
        "128": "icons\/image.png"
    },
    "manifest_version": 2,
    "name": "Annotate the Web",
    "offline_enabled": true,
    "options_page": "about.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "web_accessible_resources": [
        "tools\/pen.png",
        "tools\/eraser.png",
        "tools\/save.png",
        "tools\/pointer.png",
        "css\/main.css"
    ]
}