Textbox Character Count
Counts the number of non-whitespace characters in textboxes and places the count above them.
Wat is Textbox Character Count?
Textbox Character Count is een Chrome-extensie ontwikkeld door Michael Slevin, en de belangrijkste functie is "Counts the number of non-whitespace characters in textboxes and places the count above them.".
Extensie Screenshots
Download het CRX-bestand van de extensie Textbox Character Count
Download Textbox Character Count-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chrome extension to display character counts above text boxes. ONLY works on Professor Staley's IHS course pages.
Basisinformatie over de Extensie
Naam | Textbox Character Count |
ID | pfpmdncabdmdfboaikkaekpmppdolaci |
Officiële URL | https://chromewebstore.google.com/detail/textbox-character-count/pfpmdncabdmdfboaikkaekpmppdolaci |
Beschrijving | Counts the number of non-whitespace characters in textboxes and places the count above them. |
Bestandsgrootte | 4.13 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-08-25 |
Publicatiedatum | 2014-08-24 |
Ontwikkelaar | Michael Slevin |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |