Word Counter Plus
Provides a right click context menu to get stats on the selected text
什麼是Word Counter Plus?
Word Counter Plus是由https://steven-roberts.github.io開發的Chrome擴展程式,該擴展的主要功能是“Provides a right click context menu to get stats on the selected text”。
擴展截圖
下載Word Counter Plus擴展crx文件
下載Word Counter Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Word Counter Plus is a simple and useful tool that lets you views stats on selected text. Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item. It will tell you the number of words and characters selected as well as the average and longest word length. Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.
擴展基本資訊
名稱 | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
官方網址 | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
簡介 | Provides a right click context menu to get stats on the selected text |
檔案大小 | 5.23 KB |
安裝次數 | 179,028 |
目前版本 | 1.2 |
更新時間 | 2018-07-21 |
上架時間 | 2018-07-21 |
評分 | 4.25/5 共 99 次評分 |
開發者 | https://steven-roberts.github.io |
付費類型 | free |
擴展官網 | https://github.com/Steven-Roberts/Word-Counter-Plus |
說明頁面URL | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Plus", "version": "1.2", "description": "Provides a right click context menu to get stats on the selected text", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "author": "Steven Roberts", "background": { "persistent": false, "scripts": [ "background.js" ] }, "minimum_chrome_version": "41.0", "offline_enabled": true, "permissions": [ "contextMenus" ] } |