Word Counter Extension
Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
什么是Word Counter Extension?
Word Counter Extension是由Alex开发的Chrome扩展程序,该扩展的主要功能是“Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.”。
扩展截图
下载Word Counter Extension扩展crx文件
下载Word Counter Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use Word Counter to add a wordcount function in chrome. This feature enables counting words and letters on a web page. Just highlight text and click the WordCounter icon.
扩展基本信息
名称 | Word Counter Extension |
ID | lhkeofanobfbjmfbfjjmibanddfkgobc |
官方URL | https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc |
简介 | Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage. |
文件大小 | 8.66 KB |
安装次数 | 12,224 |
当前版本 | 1.0.0 |
更新时间 | 2019-01-05 |
上架时间 | 2018-12-31 |
评分 | 2.86/5 共7次评分 |
开发者 | Alex |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Extension", "description": "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.", "version": "1.0.0", "author": "Alexander Hauck, [email protected]", "short_name": "Wordcount", "background": { "scripts": [ "wordcount.js" ] }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Word Counter" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |