Word count
Counts words and characters in selected text
什麼是Word count?
Word count是由trishul.goel開發的Chrome擴展程式,該擴展的主要功能是“Counts words and characters in selected text”。
擴展截圖
下載Word count擴展crx文件
下載Word count擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Select any text, right click and select word count from menu.
Know number of words and characters in your selected text.
Features -
1. Takes care of multi spaces
2. Takes care of special characters
3. Easy to use 擴展基本資訊
| 名稱 | |
| ID | fccagoceegcmobaejjledllidklajbmc |
| 官方網址 | https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc |
| 簡介 | Counts words and characters in selected text |
| 檔案大小 | 10.85 KB |
| 安裝次數 | 176 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2019-01-05 |
| 上架時間 | 2019-01-05 |
| 開發者 | trishul.goel |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Word count",
"description": "Counts words and characters in selected text",
"version": "1.0.0",
"icons": {
"32": "icons\/icon_32.png",
"128": "icons\/icon_128.png",
"64": "icons\/icon_64.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus",
"notifications"
]
} | |