Word Count
Adds a word count feature to your context menu (i.e. right-click menu).
Word Count là gì?
Word Count là một tiện ích mở rộng Chrome được phát triển bởi Peter Organisciak, và tính năng chính của nó là "Adds a word count feature to your context menu (i.e. right-click menu).".
Ả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 Count
Tải xuống các tệp mở rộng Word Count 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 Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it! Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pnngehidikgomgfjbpffonkeimgbpjlh |
URL Chính Thức | https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh |
Mô tả | Adds a word count feature to your context menu (i.e. right-click menu). |
Kích Thước Tệp | 39.6 KB |
Số Lần Cài Đặt | 30,648 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2013-02-03 |
Ngày Phát Hành | 2013-02-03 |
Đánh Giá | 3.27/5 Tổng số 83 Đánh Giá |
Nhà Phát Triển | Peter Organisciak |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.2", "manifest_version": 2, "description": "Adds a word count feature to your context menu (i.e. right-click menu).", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "count.js" ] }, "offline_enabled": true, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |