WordCount

Count words and characters in your writing with ease!!

Apa itu WordCount?

WordCount adalah ekstensi Chrome yang dikembangkan oleh Andrew Aske, dan fitur utamanya adalah "Count words and characters in your writing with ease!!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WordCount

Unduh file ekstensi WordCount 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 extension provides you with both word and character counts. All you have to do is pull up the extension anywhere on chrome, copy and paste your text and press Count!                    

Informasi Dasar Ekstensi

Nama WordCount WordCount
ID kjdeaahpjfnibdgcnikjifeibjiehkpc
URL Resmi https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc
Deskripsi Count words and characters in your writing with ease!!
Ukuran File 24.25 KB
Jumlah Instalasi 335
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-12-30
Tanggal Publikasi 2020-12-29
Pengembang Andrew Aske
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordCount",
    "author": "Andrew Aske",
    "description": "Count words and characters in your writing with ease!!",
    "version": "1.0",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WordCount"
    }
}