Word Count

Get a word count on some things right quick

Apa itu Word Count?

Word Count adalah ekstensi Chrome yang dikembangkan oleh Jonathan Sirrine, dan fitur utamanya adalah "Get a word count on some things right quick".

Screenshot Ekstensi

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

                        Small popup in the upper right corner that will let you define a range for a word count on short essays. The icon is a horse because horses count. The horse has a sombrero because it'll count your essay, ese!                    

Informasi Dasar Ekstensi

Nama Word Count Word Count
ID iccgdddlhjafpekcpinhkigagcehhlpb
URL Resmi https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb
Deskripsi Get a word count on some things right quick
Ukuran File 66.33 KB
Jumlah Instalasi 67
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2017-09-24
Tanggal Publikasi 2017-09-24
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Jonathan Sirrine
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Count",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Get a word count on some things right quick",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Word Count",
        "default_popup": "extension.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
}