Word Counter
Displays word count in the extensions toolbar.
Apa itu Word Counter?
Word Counter adalah ekstensi Chrome yang dikembangkan oleh chriham3, dan fitur utamanya adalah "Displays word count in the extensions toolbar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Word Counter
Unduh file ekstensi Word Counter 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
Simple word counting extension. Simply select the text you wish to count, and the word count will appear on the icon at the extensions bar in the top right corner.
Informasi Dasar Ekstensi
Nama | Word Counter |
ID | ipmlaaleafabnehpmokomegjjodbmoik |
URL Resmi | https://chromewebstore.google.com/detail/word-counter/ipmlaaleafabnehpmokomegjjodbmoik |
Deskripsi | Displays word count in the extensions toolbar. |
Ukuran File | 9.84 KB |
Jumlah Instalasi | 411 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2017-12-05 |
Tanggal Publikasi | 2017-12-04 |
Penilaian | 4.00/5 Total 7 Penilaian |
Pengembang | chriham3 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter", "description": "Displays word count in the extensions toolbar.", "version": "0.2", "permissions": [ "activeTab" ], "icons": { "32": "icon32.png", "48": "icon32.png", "128": "icon32.png" }, "browser_action": { "default_icon": "icon32.png", "default_title": "Word Counter", "default_popup": "instructions.html" }, "content_scripts": [ { "matches": [ " |