Web Annotator

Annotate web's contents

Co je Web Annotator?

Web Annotator je rozšíření Chrome vyvinuté skypia.works, a jeho hlavní funkcí je „Annotate web's contents“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Web Annotator

Stáhněte si soubory rozšíření Web Annotator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Web Annotator Web Annotator
ID jpgclklaljmemibhlabchhhicgmcefog
Oficiální URL https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog
Popis Annotate web's contents
Velikost souboru 521 KB
Počet instalací 155
Aktuální Verze 2.9
Poslední Aktualizace 2017-03-03
Datum Vydání 2017-03-03
Hodnocení 2.50/5 Celkem 2 Hodnocení
Vývojář skypia.works
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html
Podporované Jazyky 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
}