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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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