Textbox Character Count
Counts the number of non-whitespace characters in textboxes and places the count above them.
Apa itu Textbox Character Count?
Textbox Character Count adalah ekstensi Chrome yang dikembangkan oleh Michael Slevin, dan fitur utamanya adalah "Counts the number of non-whitespace characters in textboxes and places the count above them.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Textbox Character Count
Unduh file ekstensi Textbox Character 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
Chrome extension to display character counts above text boxes. ONLY works on Professor Staley's IHS course pages.
Informasi Dasar Ekstensi
Nama | Textbox Character Count |
ID | pfpmdncabdmdfboaikkaekpmppdolaci |
URL Resmi | https://chromewebstore.google.com/detail/textbox-character-count/pfpmdncabdmdfboaikkaekpmppdolaci |
Deskripsi | Counts the number of non-whitespace characters in textboxes and places the count above them. |
Ukuran File | 4.13 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-08-25 |
Tanggal Publikasi | 2014-08-24 |
Pengembang | Michael Slevin |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Textbox Character Count", "version": "1.0", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/mslevin", "description": "Counts the number of non-whitespace characters in textboxes and places the count above them.", "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "http:\/\/cstaley.csc.calpoly.edu:8080\/*", "https:\/\/cstaley.csc.calpoly.edu:8080\/*" ] } ], "web_accessible_resources": [ "script.js" ] } |