Web Page Annotator

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

Qu'est-ce que Web Page Annotator ?

Web Page Annotator est une extension Chrome développée par NewBauhaus41, et sa fonction principale est "Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Web Page Annotator

Téléchargez les fichiers d'extension Web Page Annotator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Web Page Annotator Web Page Annotator
ID fceankoalphgakeplaphillmcgmdeckc
URL Officiel https://chromewebstore.google.com/detail/web-page-annotator/fceankoalphgakeplaphillmcgmdeckc
Description Add-on, by Mediamaster.eu, to easily add annotation functionality to any webpage
Taille du Fichier 152 KB
Nombre d'Installations 573
Version Actuelle 2.0.2
Dernière Mise à Jour 2022-07-16
Date de Publication 2019-01-12
Évaluation 2.67/5 Total 3 Évaluations
Développeur NewBauhaus41
Email [email protected]
Type de Paiement free
URL de la Page d'Aide http://mediamaster.eu/contatti
URL de la Page de Politique de Confidentialité https://ulmdevice.altervista.org/privacy-policy.html
Langues Prises en Charge 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"
        ]
    }
}