Word count

Counts words and characters in selected text

Apa itu Word count?

Word count adalah ekstensi Chrome yang dikembangkan oleh trishul.goel, dan fitur utamanya adalah "Counts words and characters in selected text".

Screenshot Ekstensi

screenshot
screenshot

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

                        Select any text, right click and select word count from menu.
Know number of words and characters in your selected text.
Features - 
1. Takes care of multi spaces
2. Takes care of special characters
3. Easy to use                    

Informasi Dasar Ekstensi

Nama Word count Word count
ID fccagoceegcmobaejjledllidklajbmc
URL Resmi https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc
Deskripsi Counts words and characters in selected text
Ukuran File 10.85 KB
Jumlah Instalasi 176
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-01-05
Tanggal Publikasi 2019-01-05
Pengembang trishul.goel
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word count",
    "description": "Counts words and characters in selected text",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/icon_32.png",
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}