Web Annotator

Annotate web's contents

Apa itu Web Annotator?

Web Annotator adalah ekstensi Chrome yang dikembangkan oleh skypia.works, dan fitur utamanya adalah "Annotate web's contents".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Web Annotator

Unduh file ekstensi Web Annotator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Web Annotator Web Annotator
ID jpgclklaljmemibhlabchhhicgmcefog
URL Resmi https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog
Deskripsi Annotate web's contents
Ukuran File 521 KB
Jumlah Instalasi 155
Versi Saat Ini 2.9
Terakhir Diperbarui 2017-03-03
Tanggal Publikasi 2017-03-03
Penilaian 2.50/5 Total 2 Penilaian
Pengembang skypia.works
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html
Bahasa yang Didukung 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
}