Word counter

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

Word counter là gì?

Word counter là một tiện ích mở rộng Chrome được phát triển bởi https://techytarget.blogspot.com, và tính năng chính của nó là "This extension helps to count words and sentences of a selected text in the page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Word counter

Tải xuống các tệp mở rộng Word counter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Word counter Word counter
ID cgfjdjopdhopjgbcinafnfpcpjfeaidm
URL Chính Thức https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm
Mô tả This extension helps to count words and sentences of a selected text in the page.
Kích Thước Tệp 22.14 KB
Số Lần Cài Đặt 124
Phiên Bản Hiện Tại 4.0
Cập Nhật Lần Cuối 2016-07-05
Ngày Phát Hành 2016-07-04
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://techytarget.blogspot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}