Web Annotator

Annotate web's contents

Qu'est-ce que Web Annotator ?

Web Annotator est une extension Chrome développée par skypia.works, et sa fonction principale est "Annotate web's contents".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Web 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

                        This application aims to improve your efficiency by enabling you to make  annotations and notes directly onto a website, also make its searchable in one place so that its became easy to be organized.

You can associate to an annotation a temporary comment or a note.                    

Informations de Base sur l'Extension

Nom Web Annotator Web Annotator
ID jpgclklaljmemibhlabchhhicgmcefog
URL Officiel https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog
Description Annotate web's contents
Taille du Fichier 521 KB
Nombre d'Installations 155
Version Actuelle 2.9
Dernière Mise à Jour 2017-03-03
Date de Publication 2017-03-03
Évaluation 2.50/5 Total 2 Évaluations
Développeur skypia.works
Email [email protected]
Type de Paiement free
URL de la Page d'Aide http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Annotator",
    "description": "Annotate web's contents",
    "version": "2.9",
    "permissions": [
        "activeTab",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "contextMenus",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_title": "the extension is not active",
        "default_icon": {
            "19": "Resources\/img\/ext-disabled.png",
            "38": "Resources\/img\/ext-disabled.png"
        }
    },
    "web_accessible_resources": [
        "Resources\/EditSelectionForm.html",
        "Resources\/NoteDetail.html",
        "css\/fonts\/glyphicons-halflings-regular.woff2",
        "css\/fonts\/glyphicons-halflings-regular.woff",
        "css\/fonts\/glyphicons-halflings-regular.ttf",
        "css\/fonts\/bootstrap\/glyphicons-halflings-regular.svg",
        "index.html",
        "view.html"
    ],
    "manifest_version": 2
}