Word Counter
See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!
Word Counter là gì?
Word Counter là một tiện ích mở rộng Chrome được phát triển bởi Erik Ossner, và tính năng chính của nó là "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!".
Ả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
Tải xuống các tệp mở rộng Word 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
Do you need to get a word and character count on a web page? Word Counter is your answer! Word Counter is very small and intends to give you a convenient word count without you having to out of your way while browsing. Simply select the text that you would like to get a count on, right click on the text, and select the Word Counter icon; you will be greeted with a small alert, telling you word count, character count, and character count, excluding spaces. Enjoy the extension!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | adgmgllmfhgppfnkmgikgbaniemjdikk |
URL Chính Thức | https://chrome.google.com/webstore/detail/word-counter/adgmgllmfhgppfnkmgikgbaniemjdikk |
Mô tả | See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon! |
Kích Thước Tệp | 34.82 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 0.11 |
Cập Nhật Lần Cuối | 2017-10-21 |
Ngày Phát Hành | 2017-10-21 |
Đánh Giá | 4.35/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | Erik Ossner |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "content.js" ] }, "name": "Word Counter", "short_name": "Count words and characters on a page", "version": "0.11", "manifest_version": 2, "description": "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!", "browser_action": { "default_icon": "wc.png", "default_title": "Word Counter", "default_popup": "warning.html" }, "icons": { "16": "wc.png", "48": "wordCount.png", "96": "wordCount.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/docs.google.com\/" ] } |