Word Counter
A lite tool for counting words and characters via right-click menu.
什麼是Word Counter?
Word Counter是由Benni開發的Chrome擴展程式,該擴展的主要功能是“A lite tool for counting words and characters via right-click menu.”。
擴展截圖
下載Word Counter擴展crx文件
下載Word Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Word Counter is a simple extension that helps you get the number of words and characters in a text selection via context-menu. Simply select a text with the mouse, then right-click and select - Count words & characters - from the context menu. A popup will appear to inform you about the number of words in the selected text. Besides this number, it also informs you about average word length, number of total characters, number of special characters, and the longest word. This addon has no settings or options to adjust. Simply add it to your browser and start using it. It works on any web page as long as you can select a word or sentence. Please note that this addon does not have a toolbar icon. If you want to report bugs or have a feature request, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/word-counter.html).
擴展基本資訊
名稱 | Word Counter |
ID | jggclakocbglccfomoklndaiihjmlejk |
官方網址 | https://chromewebstore.google.com/detail/word-counter/jggclakocbglccfomoklndaiihjmlejk |
簡介 | A lite tool for counting words and characters via right-click menu. |
檔案大小 | 23.82 KB |
安裝次數 | 4,372 |
目前版本 | 0.1.3 |
更新時間 | 2023-10-31 |
上架時間 | 2018-01-14 |
評分 | 3.00/5 共 5 次評分 |
開發者 | Benni |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mybrowseraddon.com/word-counter.html |
說明頁面URL | https://mybrowseraddon.com/word-counter.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "name": "Word Counter", "offline_enabled": true, "homepage_url": "https:\/\/mybrowseraddon.com\/word-counter.html", "description": "A lite tool for counting words and characters via right-click menu.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "contextMenus" ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |