count the number of characters(文章の文字数を調べる)
文章をドラッグ選択すると文字数を表示します。
count the number of characters(文章の文字数を調べる)とは何ですか?
count the number of characters(文章の文字数を調べる)はhttps://muryo-tool.netによって開発されたChromeの拡張機能で、その主な機能は「文章をドラッグ選択すると文字数を表示します。」です。
拡張機能のスクリーンショット
count the number of characters(文章の文字数を調べる)拡張機能のCRXファイルをダウンロード
count the number of characters(文章の文字数を調べる)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ウェブページの文章をドラッグして選択すると文字数を表示します。 拡張機能の基本情報
| 名前 | |
| ID | hmoemocalglhjgpodkieamcbiibjmbag |
| 公式URL | https://chromewebstore.google.com/detail/count-the-number-of-chara/hmoemocalglhjgpodkieamcbiibjmbag |
| 説明 | 文章をドラッグ選択すると文字数を表示します。 |
| ファイルサイズ | 5.95 KB |
| インストール数 | 65 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2015-12-14 |
| 公開日 | 2015-12-13 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://muryo-tool.net |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://muryo-tool.net |
| 対応言語 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "count the number of characters(\u6587\u7ae0\u306e\u6587\u5b57\u6570\u3092\u8abf\u3079\u308b)",
"manifest_version": 2,
"description": "\u6587\u7ae0\u3092\u30c9\u30e9\u30c3\u30b0\u9078\u629e\u3059\u308b\u3068\u6587\u5b57\u6570\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
"icons": {
"128": "count-the-number-of-characters128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"search.js"
]
}
],
"version": "1.0"
} | |