Annotater

Annotate the web.

Apa itu Annotater?

Annotater adalah ekstensi Chrome yang dikembangkan oleh Noah Buscher, dan fitur utamanya adalah "Annotate the web.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Annotater

Unduh file ekstensi Annotater 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

                        Annotater allows you to comment the web. Just open a page in your browser, hit the Annotater button, and comment away! You can set a custom nickname and view other people's comments in real-time. Think of it as a public chat room for any website.                    

Informasi Dasar Ekstensi

Nama Annotater Annotater
ID mebheldooadlkbhpfimifbgdngnlghoo
URL Resmi https://chrome.google.com/webstore/detail/annotater/mebheldooadlkbhpfimifbgdngnlghoo
Deskripsi Annotate the web.
Ukuran File 89.64 KB
Jumlah Instalasi 49
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2014-11-20
Tanggal Publikasi 2014-11-20
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Noah Buscher
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annotater",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Annotate the web.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/firebase.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Annotater",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}