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ファイルをダウンロード

Web Page Annotator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        ]
    }
}