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によって開発されたChromeの拡張機能で、その主な機能は「Count the length of the characters typed.」です。
拡張機能のスクリーンショット
Count the length of the character拡張機能のCRXファイルをダウンロード
Count the length of the character拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension can count typed string length.
拡張機能の基本情報
名前 | Count the length of the character |
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 } } |