Word Count
Adds a word count feature to your context menu (i.e. right-click menu).
什么是Word Count?
Word Count是由Peter Organisciak开发的Chrome扩展程序,该扩展的主要功能是“Adds a word count feature to your context menu (i.e. right-click menu).”。
扩展截图
下载Word Count扩展crx文件
下载Word Count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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'.
扩展基本信息
名称 | |
ID | pnngehidikgomgfjbpffonkeimgbpjlh |
官方URL | https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh |
简介 | Adds a word count feature to your context menu (i.e. right-click menu). |
文件大小 | 39.6 KB |
安装次数 | 30,648 |
当前版本 | 1.2 |
更新时间 | 2013-02-03 |
上架时间 | 2013-02-03 |
评分 | 3.27/5 共83次评分 |
开发者 | Peter Organisciak |
付费类型 | free |
支持的语言 | 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:\/\/*\/*" ] } |