Word Counter
Word Counter allows you to count the number of selected words and characters in a single click.
什麼是Word Counter?
Word Counter是由https://globaltwittertrends.com開發的Chrome擴展程式,該擴展的主要功能是“Word Counter allows you to count the number of selected words and characters in a single click.”。
擴展截圖
下載Word Counter擴展crx文件
下載Word Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Word counter allows counts of all the selected words and characters. It also shows you what is the average and longest word length which becomes important when one is writing a blog. It can be used on any website and for an unlimited amount of words and characters. To use word counter select the text and then right-click after that choose word counter. This will open an alert tab with a number of words and characters as well as the average and longest word length in the selected text.
擴展基本資訊
名稱 | Word Counter |
ID | naipbdlipiclagppfadakpfhfpmjpmae |
官方網址 | https://chromewebstore.google.com/detail/word-counter/naipbdlipiclagppfadakpfhfpmjpmae |
簡介 | Word Counter allows you to count the number of selected words and characters in a single click. |
檔案大小 | 48.96 KB |
安裝次數 | 5,239 |
目前版本 | 1.2 |
更新時間 | 2022-03-01 |
上架時間 | 2021-04-21 |
評分 | 4.20/5 共 5 次評分 |
開發者 | https://globaltwittertrends.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://globaltwittertrends.com/ |
說明頁面URL | https://globaltwittertrends.com/#contact |
支援的語言 | id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "author": "Greatseotools.net", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "__MSG_description__", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "default_locale": "en", "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "__MSG_name__", "offline_enabled": true, "permissions": [ "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |