Words counter
This extension adds context menu for selected text to count words in it cumulatively.
什么是Words counter?
Words counter是由Aleksei Timofeev开发的Chrome扩展程序,该扩展的主要功能是“This extension adds context menu for selected text to count words in it cumulatively.”。
下载Words counter扩展crx文件
下载Words counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | kadplilmdebbckckcnpgoiffpcbgpiaf |
官方URL | https://chrome.google.com/webstore/detail/words-counter/kadplilmdebbckckcnpgoiffpcbgpiaf |
简介 | This extension adds context menu for selected text to count words in it cumulatively. |
文件大小 | 6.5 KB |
安装次数 | 21 |
当前版本 | 1.0 |
更新时间 | 2016-06-23 |
上架时间 | 2016-06-23 |
评分 | 1.00/5 共1次评分 |
开发者 | Aleksei Timofeev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescr__", "version": "1.0", "default_locale": "en", "browser_action": { "default_icon": "icon.png", "default_title": "0", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "lib.js", "background.js" ] } } |