Web Annotator

Annotate web's contents

¿Qué es Web Annotator?

Web Annotator es una extensión de Chrome desarrollada por skypia.works, y su función principal es "Annotate web's contents".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Web Annotator

Descarga archivos de extensión Web Annotator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Web Annotator Web Annotator
ID jpgclklaljmemibhlabchhhicgmcefog
URL Oficial https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog
Descripción Annotate web's contents
Tamaño del Archivo 521 KB
Cantidad de Instalaciones 155
Versión Actual 2.9
Última Actualización 2017-03-03
Fecha de Publicación 2017-03-03
Calificación 2.50/5 Total de 2 Calificaciones
Desarrollador skypia.works
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html
Idiomas Soportados 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
}