Web Page Annotator

Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage

Web Page Annotator란 무엇입니까?

Web Page Annotator은(는) NewBauhaus41에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Web Page Annotator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Annotating the web: active with extension button in toolbar (or using context menu ), advanced filters of Annotator in any web page. Then select some text of the web page and click the end of the selection to highlight and add your own annotation or note with tags. If you want disable Annotator using command context menu

- Simply select some text on page and make a comment
- Save note in unlimited storage of your Browser
- Edit or delete annotation or comment
- If you want, save selected text in your computer using context menu
- Advanced filters to search annotations or comments
- Hide or show filters toolbar using context menu
- Do you want added web page with comments to bookmarks? With Web Page Annotator you can using just context menu                    

확장 프로그램 기본 정보

이름 Web Page Annotator Web Page Annotator
ID fceankoalphgakeplaphillmcgmdeckc
공식 URL https://chromewebstore.google.com/detail/web-page-annotator/fceankoalphgakeplaphillmcgmdeckc
설명 Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage
파일 크기 152 KB
설치 횟수 573
현재 버전 2.0.2
최근 업데이트 2022-07-16
출시 날짜 2019-01-12
평점 2.67/5 총 3 개의 평점
개발자 NewBauhaus41
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://mediamaster.eu/contatti
개인정보 보호 정책 페이지 URL https://ulmdevice.altervista.org/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Page Annotator",
    "short_name": "Simply select some text on this page and make a comment",
    "description": "Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage",
    "version": "2.0.2",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "",
        "tabs",
        "contextMenus",
        "notifications",
        "bookmarks",
        "contentSettings"
    ],
    "web_accessible_resources": [
        "data\/images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "data\/css\/annotator.css"
            ],
            "js": [
                "data\/js\/vendor\/jquery.js",
                "data\/js\/pkg\/annotator-full.js",
                "data\/js\/pkg\/annotator.offline.min.js",
                "data\/js\/showdown.js",
                "data\/js\/add-annotation.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon_16.png",
            "38": "assets\/icon_128.png"
        }
    },
    "offline_enabled": true,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}