Count String Length
calculate selected text's length (strlen)
Count String Lengthとは何ですか?
Count String LengthはPai Pengによって開発されたChromeの拡張機能で、その主な機能は「calculate selected text's length (strlen)」です。
Count String Length拡張機能のCRXファイルをダウンロード
Count String Length拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | jmoeecegjcmhgmhoinddfemlgkbgjggh |
| 公式URL | https://chrome.google.com/webstore/detail/count-string-length/jmoeecegjcmhgmhoinddfemlgkbgjggh |
| 説明 | calculate selected text's length (strlen) |
| ファイルサイズ | 7.96 KB |
| インストール数 | 39 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2015-08-03 |
| 公開日 | 2015-08-03 |
| 開発者 | Pai Peng |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Count String Length",
"version": "0.1",
"manifest_version": 2,
"description": "calculate selected text's length (strlen)",
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"background": {
"persistent": false,
"scripts": [
"bg.js"
]
},
"permissions": [
" | |