Textbox Character Count
Counts the number of non-whitespace characters in textboxes and places the count above them.
Hvad er Textbox Character Count?
Textbox Character Count er en Chrome-udvidelse udviklet af Michael Slevin, og dens hovedfunktion er "Counts the number of non-whitespace characters in textboxes and places the count above them.".
Udvidelsesskærmbilleder
Download Textbox Character Count-udvidelses-CRX-fil
Download Textbox Character Count-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Chrome extension to display character counts above text boxes. ONLY works on Professor Staley's IHS course pages.
Grundlæggende oplysninger om udvidelsen
Navn | Textbox Character Count |
ID | pfpmdncabdmdfboaikkaekpmppdolaci |
Officiel URL | https://chromewebstore.google.com/detail/textbox-character-count/pfpmdncabdmdfboaikkaekpmppdolaci |
Beskrivelse | Counts the number of non-whitespace characters in textboxes and places the count above them. |
Filstørrelse | 4.13 KB |
Antal Installationer | 34 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-08-25 |
Udgivelsesdato | 2014-08-24 |
Udvikler | Michael Slevin |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |