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
官方網址 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"
        ]
    }
}