Count the length of the character
Count the length of the characters typed.
Apa itu Count the length of the character?
Count the length of the character adalah ekstensi Chrome yang dikembangkan oleh T.F, dan fitur utamanya adalah "Count the length of the characters typed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Count the length of the character
Unduh file ekstensi Count the length of the character dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension can count typed string length.
Informasi Dasar Ekstensi
Nama | Count the length of the character |
ID | npkaienhmoflhlomhgffcnlfeeiilmcf |
URL Resmi | https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf |
Deskripsi | Count the length of the characters typed. |
Ukuran File | 7.36 KB |
Jumlah Instalasi | 913 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2013-11-01 |
Tanggal Publikasi | 2013-10-31 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | T.F |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } } |