Count the length of the character
Count the length of the characters typed.
Count the length of the character क्या है?
Count the length of the character T.F द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Count the length of the characters typed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Count the length of the character एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension can count typed string length.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | npkaienhmoflhlomhgffcnlfeeiilmcf |
आधिकारिक URL | https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf |
विवरण | Count the length of the characters typed. |
फ़ाइल का आकार | 7.36 KB |
स्थापना संख्या | 913 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2013-11-01 |
प्रकाशन तिथि | 2013-10-31 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | T.F |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extName__", "version": "0.1", "description": "__MSG_extDescription__", "icons": { "128": "icon_128.png" }, "browser_action": { "default_popup": "html\/popup.html", "default_icon": "icon_128.png" }, "background": { "scripts": [ "js\/popup.js" ], "persistent": false } } |