Word counter

This extension helps to count words and sentences of a selected text in the page.

什么是Word counter?

Word counter是由https://techytarget.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“This extension helps to count words and sentences of a selected text in the page.”。

扩展截图

screenshot

下载Word counter扩展crx文件

下载Word counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension helps to count characters, words, syllables and sentences of a selected text in the page. 
It also calculate the Flesch readability score of the text. The Flesch readability score distinguish the level of understanding of a text for audience.
If the score is less than 30, the text is distinguished difficult. If the score is greater than 90, the text is distinguished easy and if it is between 30 and 90 it is moderate.                    

扩展基本信息

名称 Word counter Word counter
ID cgfjdjopdhopjgbcinafnfpcpjfeaidm
官方URL https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm
简介 This extension helps to count words and sentences of a selected text in the page.
文件大小 22.14 KB
安装次数 124
当前版本 4.0
更新时间 2016-07-05
上架时间 2016-07-04
评分 1.00/5 共1次评分
开发者 https://techytarget.blogspot.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word counter",
    "short_name": "Word count",
    "description": "This extension helps to count words and sentences of a selected text in the page.",
    "version": "4.0",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Word counter"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}