Web Annotator

Annotate web's contents

Co to jest Web Annotator?

Web Annotator to rozszerzenie Chrome opracowane przez skypia.works, a jego główną funkcją jest „Annotate web's contents”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Web Annotator

Pobierz pliki rozszerzeń Web Annotator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Web Annotator Web Annotator
ID jpgclklaljmemibhlabchhhicgmcefog
Oficjalny URL https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog
Opis Annotate web's contents
Rozmiar pliku 521 KB
Liczba instalacji 155
Aktualna Wersja 2.9
Ostatnia Aktualizacja 2017-03-03
Data Publikacji 2017-03-03
Ocena 2.50/5 Łącznie 2 Oceny
Deweloper skypia.works
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html
Obsługiwane Języki 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
}