Count the length of the character
Count the length of the characters typed.
Wat is Count the length of the character?
Count the length of the character is een Chrome-extensie ontwikkeld door T.F, en de belangrijkste functie is "Count the length of the characters typed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Count the length of the character
Download Count the length of the character-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
This extension can count typed string length. Basisinformatie over de Extensie
| Naam | |
| ID | npkaienhmoflhlomhgffcnlfeeiilmcf |
| Officiële URL | https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf |
| Beschrijving | Count the length of the characters typed. |
| Bestandsgrootte | 7.36 KB |
| Aantal Installaties | 913 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2013-11-01 |
| Publicatiedatum | 2013-10-31 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | T.F |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |