Word Counter Plus
Provides a right click context menu to get stats on the selected text
Word Counter Plus là gì?
Word Counter Plus là một tiện ích mở rộng Chrome được phát triển bởi https://steven-roberts.github.io, và tính năng chính của nó là "Provides a right click context menu to get stats on the selected text".
Ả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 Plus
Tải xuống các tệp mở rộng Word Counter Plus 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
Word Counter Plus is a simple and useful tool that lets you views stats on selected text. Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item. It will tell you the number of words and characters selected as well as the average and longest word length. Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
URL Chính Thức | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
Mô tả | Provides a right click context menu to get stats on the selected text |
Kích Thước Tệp | 5.23 KB |
Số Lần Cài Đặt | 179,028 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-07-21 |
Ngày Phát Hành | 2018-07-21 |
Đánh Giá | 4.25/5 Tổng số 99 Đánh Giá |
Nhà Phát Triển | https://steven-roberts.github.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Steven-Roberts/Word-Counter-Plus |
URL Trang Trợ Giúp | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Plus", "version": "1.2", "description": "Provides a right click context menu to get stats on the selected text", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "author": "Steven Roberts", "background": { "persistent": false, "scripts": [ "background.js" ] }, "minimum_chrome_version": "41.0", "offline_enabled": true, "permissions": [ "contextMenus" ] } |