Web Page Annotator

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

Vad är Web Page Annotator?

Web Page Annotator är en Chrome-tillägg utvecklad av NewBauhaus41, och dess huvudfunktion är "Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Web Page Annotator-förlängningens CRX-fil

Ladda ner Web Page Annotator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Web Page Annotator Web Page Annotator
ID fceankoalphgakeplaphillmcgmdeckc
Officiell webbadress https://chromewebstore.google.com/detail/web-page-annotator/fceankoalphgakeplaphillmcgmdeckc
Beskrivning Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage
Filstorlek 152 KB
Antal Installationer 573
Aktuell Version 2.0.2
Senast Uppdaterad 2022-07-16
Publiceringsdatum 2019-01-12
Betyg 2.67/5 Totalt 3 Betyg
Utvecklare NewBauhaus41
E-post [email protected]
Betalningssätt free
Hjälpsida URL http://mediamaster.eu/contatti
URL till Sekretesspolicy Sidan https://ulmdevice.altervista.org/privacy-policy.html
Stödda Språk 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"
        ]
    }
}