Web Annotator

Annotate web's contents

Wat is Web Annotator?

Web Annotator is een Chrome-extensie ontwikkeld door skypia.works, en de belangrijkste functie is "Annotate web's contents".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Web Annotator

Download Web Annotator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Web Annotator Web Annotator
ID jpgclklaljmemibhlabchhhicgmcefog
Officiële URL https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog
Beschrijving Annotate web's contents
Bestandsgrootte 521 KB
Aantal Installaties 155
Huidige Versie 2.9
Laatst Bijgewerkt 2017-03-03
Publicatiedatum 2017-03-03
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar skypia.works
E-mail [email protected]
Betalingswijze free
Help Pagina-URL http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html
Ondersteunde Talen 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
}