Count selected characters and words

A simple tool to count selected characters and words.

Count selected characters and words là gì?

Count selected characters and words là một tiện ích mở rộng Chrome được phát triển bởi http://riangraphics.com, và tính năng chính của nó là "A simple tool to count selected characters and words.".

Ả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 Count selected characters and words

Tải xuống các tệp mở rộng Count selected characters and words 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

                        Count selected characters and words on the fly, just select the text and get the result, to enable it just save the settings                    

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

Tên Count selected characters and words Count selected characters and words
ID pdbaijkfobjcdkppnnmjddjgfhjdpoge
URL Chính Thức https://chrome.google.com/webstore/detail/count-selected-characters/pdbaijkfobjcdkppnnmjddjgfhjdpoge
Mô tả A simple tool to count selected characters and words.
Kích Thước Tệp 7.42 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2018-10-09
Ngày Phát Hành 2018-10-09
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://riangraphics.com
Loại Thanh Toán free
Trang Web Mở Rộng https://riangraphics.com/highlithed-word-counter/
URL Trang Trợ Giúp https://riangraphics.com/highlithed-word-counter/#faq
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count selected characters and words",
    "description": "A simple tool to count selected characters and words.",
    "version": "1.0.4",
    "author": "RianGraphics",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_popup": "index.html",
        "default_title": "Count selected characters and words"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "rc-styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}