Words counter

This extension adds context menu for selected text to count words in it cumulatively.

Words counter là gì?

Words counter là một tiện ích mở rộng Chrome được phát triển bởi Aleksei Timofeev, và tính năng chính của nó là "This extension adds context menu for selected text to count words in it cumulatively.".

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

Tải xuống các tệp mở rộng Words 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

                                            

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

Tên Words counter Words counter
ID kadplilmdebbckckcnpgoiffpcbgpiaf
URL Chính Thức https://chrome.google.com/webstore/detail/words-counter/kadplilmdebbckckcnpgoiffpcbgpiaf
Mô tả This extension adds context menu for selected text to count words in it cumulatively.
Kích Thước Tệp 6.5 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-06-23
Ngày Phát Hành 2016-06-23
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Aleksei Timofeev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "1.0",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "0",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib.js",
            "background.js"
        ]
    }
}