Simple Letter Counter
Add letter and word counter feature to your browser
什么是Simple Letter Counter?
Simple Letter Counter是由SimpleTools.nl开发的Chrome扩展程序,该扩展的主要功能是“Add letter and word counter feature to your browser”。
扩展截图
下载Simple Letter Counter扩展crx文件
下载Simple Letter Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple calculator which counts the number of characters or letters in a text, useful for your tweets on Twitter, as well as a multitude of other applications. Whether it is Snapchat, Twitter, Facebook, Yelp or just a note to co-workers or business officials, the number of actual characters matters. What you say may not be as important as how you say it. And how many characters you use. To start counting your letters, simply write or paste the text into the text area and Count characters. Character limits: Snapchat 250 • Twitter 280 • SMS txt 160 • LinkedIn Summary 2,000 • Reddit Title 300 • Pinterest 500 • Instagram 2,200
扩展基本信息
名称 | |
ID | balidbmeikibjjdpgedjlghiioeoepip |
官方URL | https://chromewebstore.google.com/detail/simple-letter-counter/balidbmeikibjjdpgedjlghiioeoepip |
简介 | Add letter and word counter feature to your browser |
文件大小 | 425 KB |
安装次数 | 30 |
当前版本 | 1.0.0 |
更新时间 | 2019-11-27 |
上架时间 | 2019-11-27 |
评分 | 1.00/5 共1次评分 |
开发者 | SimpleTools.nl |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.simpletools.nl/ |
隐私政策页面URL | https://www.simpletools.nl/privacy.php |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "Simple Letter Counter", "default_popup": "counter.html", "default_icon": "icons\/icon128.png" }, "description": "Add letter and word counter feature to your browser", "manifest_version": 2, "name": "Simple Letter Counter", "icons": { "128": "icons\/icon128.png", "64": "icons\/icon64.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" }, "version": "1.0.0" } |