Word Count
Display the number of words and characters within highlight in contextMenu and bottom right
Apa itu Word Count?
Word Count adalah ekstensi Chrome yang dikembangkan oleh Zeno, dan fitur utamanya adalah "Display the number of words and characters within highlight in contextMenu and bottom right".
Screenshot Ekstensi
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
                        Display the number of words and characters within highlight in context menu and bottom right
On highlight, show the word count and the number of characters immediately.
Settings to change to 
- dark count box 
- hide count box
Chrome extension word counter to easily count words & characters                     Informasi Dasar Ekstensi
| Nama |   |  
| ID | inaklojbeljbfmkkpjfmjjgehckpeohf | 
| URL Resmi | https://chromewebstore.google.com/detail/word-count/inaklojbeljbfmkkpjfmjjgehckpeohf | 
| Deskripsi | Display the number of words and characters within highlight in contextMenu and bottom right | 
| Ukuran File | 15.59 KB | 
| Jumlah Instalasi | 53 | 
| Versi Saat Ini | 0.2 | 
| Terakhir Diperbarui | 2022-06-09 | 
| Tanggal Publikasi | 2022-06-09 | 
| Pengembang | Zeno | 
| [email protected] | |
| Tipe Pembayaran | free | 
| Situs Ekstensi | https://www.buymeacoffee.com/WhyNotBeFrg | 
| Bahasa yang Didukung | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Word Count",
    "version": "0.2",
    "description": "Display the number of words and characters within highlight in contextMenu and bottom right",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "test",
        "default_popup": "key.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "test.js"
            ]
        }
    ]
}  |  |