Textbox Character Count
Counts the number of non-whitespace characters in textboxes and places the count above them.
Textbox Character Count क्या है?
Textbox Character Count Michael Slevin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Counts the number of non-whitespace characters in textboxes and places the count above them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Textbox Character Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome extension to display character counts above text boxes. ONLY works on Professor Staley's IHS course pages.
एक्सटेंशन की मूल जानकारी
नाम | Textbox Character Count |
ID | pfpmdncabdmdfboaikkaekpmppdolaci |
आधिकारिक URL | https://chromewebstore.google.com/detail/textbox-character-count/pfpmdncabdmdfboaikkaekpmppdolaci |
विवरण | Counts the number of non-whitespace characters in textboxes and places the count above them. |
फ़ाइल का आकार | 4.13 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-08-25 |
प्रकाशन तिथि | 2014-08-24 |
डेवलपर | Michael Slevin |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |