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"
} | |