Word Count

Count the words in a selection

Apa itu Word Count?

Word Count adalah ekstensi Chrome yang dikembangkan oleh aaronneyer, dan fitur utamanya adalah "Count the words in a selection".

Unduh Berkas CRX Ekstensi Word Count

Unduh file ekstensi Word Count 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

                                            

Informasi Dasar Ekstensi

Nama Word Count Word Count
ID onnfjhimlddhlechnalkojnnnddppblg
URL Resmi https://chrome.google.com/webstore/detail/word-count/onnfjhimlddhlechnalkojnnnddppblg
Deskripsi Count the words in a selection
Ukuran File 10.36 KB
Jumlah Instalasi 45
Versi Saat Ini 0.1
Terakhir Diperbarui 2013-09-17
Tanggal Publikasi 2013-09-17
Penilaian 4.00/5 Total 2 Penilaian
Pengembang aaronneyer
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Count",
    "description": "Count the words in a selection",
    "version": "0.1",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}