Annotate

A simple tool to annotate web pages and share them through permalinks.

Apa itu Annotate?

Annotate adalah ekstensi Chrome yang dikembangkan oleh https://webrobots.io, dan fitur utamanya adalah "A simple tool to annotate web pages and share them through permalinks.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Annotate

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

                        Extension for annotating web pages                    

Informasi Dasar Ekstensi

Nama Annotate Annotate
ID emakhcohiapmkipgkjelkkkfaphanjdn
URL Resmi https://chromewebstore.google.com/detail/annotate/emakhcohiapmkipgkjelkkkfaphanjdn
Deskripsi A simple tool to annotate web pages and share them through permalinks.
Ukuran File 501 KB
Jumlah Instalasi 1,746
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2016-10-04
Tanggal Publikasi 2016-10-03
Penilaian 3.67/5 Total 6 Penilaian
Pengembang https://webrobots.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://webrobots.io
URL Halaman Kebijakan Privasi https://webrobots.io/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annotate",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A simple tool to annotate web pages and share them through permalinks.",
    "author": "https:\/\/webrobots.io",
    "homepage_url": "https:\/\/webrobots.io",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab",
        "https:\/\/weannotate.s3.amazonaws.com\/",
        "http:\/\/portal.webrobots.io\/*",
        "http:\/\/demo.webrobots.io\/*",
        "https:\/\/ssl.google-analytics.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}