Web Page Annotator

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

Co je Web Page Annotator?

Web Page Annotator je rozšíření Chrome vyvinuté NewBauhaus41, a jeho hlavní funkcí je „Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Web Page Annotator

Stáhněte si soubory rozšíření Web Page Annotator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Web Page Annotator Web Page Annotator
ID fceankoalphgakeplaphillmcgmdeckc
Oficiální URL https://chromewebstore.google.com/detail/web-page-annotator/fceankoalphgakeplaphillmcgmdeckc
Popis Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage
Velikost souboru 152 KB
Počet instalací 573
Aktuální Verze 2.0.2
Poslední Aktualizace 2022-07-16
Datum Vydání 2019-01-12
Hodnocení 2.67/5 Celkem 3 Hodnocení
Vývojář NewBauhaus41
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy http://mediamaster.eu/contatti
URL Stránky Zásad Ochrany Soukromí https://ulmdevice.altervista.org/privacy-policy.html
Podporované Jazyky 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"
        ]
    }
}