WordCount

Count words and characters in your writing with ease!!

WordCount là gì?

WordCount là một tiện ích mở rộng Chrome được phát triển bởi Andrew Aske, và tính năng chính của nó là "Count words and characters in your writing with ease!!".

Ả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 WordCount

Tải xuống các tệp mở rộng WordCount 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 provides you with both word and character counts. All you have to do is pull up the extension anywhere on chrome, copy and paste your text and press Count!                    

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

Tên WordCount WordCount
ID kjdeaahpjfnibdgcnikjifeibjiehkpc
URL Chính Thức https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc
Mô tả Count words and characters in your writing with ease!!
Kích Thước Tệp 24.25 KB
Số Lần Cài Đặt 335
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-12-30
Ngày Phát Hành 2020-12-29
Nhà Phát Triển Andrew Aske
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordCount",
    "author": "Andrew Aske",
    "description": "Count words and characters in your writing with ease!!",
    "version": "1.0",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WordCount"
    }
}