Word Letter Counter
Word Counter, Letter Counter, Character Counter Toolbar
什么是Word Letter Counter?
Word Letter Counter是由https://www.wordlettercount.com开发的Chrome扩展程序,该扩展的主要功能是“Word Counter, Letter Counter, Character Counter Toolbar”。
扩展截图
下载Word Letter Counter扩展crx文件
下载Word Letter Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Character Counter, Letter Counter, Word Counter, Free Counter tool
扩展基本信息
名称 | Word Letter Counter |
ID | imiokdnplegekcbjhbojpfdlmkpachnd |
官方URL | https://chromewebstore.google.com/detail/word-letter-counter/imiokdnplegekcbjhbojpfdlmkpachnd |
简介 | Word Counter, Letter Counter, Character Counter Toolbar |
文件大小 | 18.77 KB |
安装次数 | 118 |
当前版本 | 1.0.2 |
更新时间 | 2017-03-23 |
上架时间 | 2017-03-23 |
评分 | 4.25/5 共4次评分 |
开发者 | https://www.wordlettercount.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Letter Counter", "description": "Word Counter, Letter Counter, Character Counter Toolbar", "version": "1.0.2", "manifest_version": 2, "browser_action": { "default_icon": { "16": "icon.png", "32": "icon.png", "64": "icon.png" }, "homepage_url": "http:\/\/www.wordlettercount.com\/", "default_title": "Word Letter Counter", "default_popup": "pencere.html" }, "background": { "scripts": [ "eklenti.js" ], "persistent": true }, "permissions": [ "tabs", "https:\/\/www.wordlettercount.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "eklenti.js" ] } ] } |