Web Annotator

Annotate web's contents

Cos'è Web Annotator?

Web Annotator è un'estensione di Chrome sviluppata da skypia.works, e la sua funzione principale è "Annotate web's contents".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Web Annotator

Scarica i file di estensione Web Annotator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Web Annotator Web Annotator
ID jpgclklaljmemibhlabchhhicgmcefog
URL Ufficiale https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog
Descrizione Annotate web's contents
Dimensione del File 521 KB
Conteggio Installazioni 155
Versione Corrente 2.9
Ultimo Aggiornamento 2017-03-03
Data di Pubblicazione 2017-03-03
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore skypia.works
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html
Lingue Supportate 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
}