Word Counter Extension
Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
Word Counter Extension là gì?
Word Counter Extension là một tiện ích mở rộng Chrome được phát triển bởi Alex, và tính năng chính của nó là "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Word Counter Extension
Tải xuống các tệp mở rộng Word Counter Extension 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
Use Word Counter to add a wordcount function in chrome. This feature enables counting words and letters on a web page. Just highlight text and click the WordCounter icon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Word Counter Extension |
ID | lhkeofanobfbjmfbfjjmibanddfkgobc |
URL Chính Thức | https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc |
Mô tả | Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage. |
Kích Thước Tệp | 8.66 KB |
Số Lần Cài Đặt | 12,224 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-01-05 |
Ngày Phát Hành | 2018-12-31 |
Đánh Giá | 2.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Alex |
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 Extension", "description": "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.", "version": "1.0.0", "author": "Alexander Hauck, [email protected]", "short_name": "Wordcount", "background": { "scripts": [ "wordcount.js" ] }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Word Counter" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |