WordCount
Count words and characters in your writing with ease!!
什麼是WordCount?
WordCount是由Andrew Aske開發的Chrome擴展程式,該擴展的主要功能是“Count words and characters in your writing with ease!!”。
擴展截圖
下載WordCount擴展crx文件
下載WordCount擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension provides you with both word and character counts. All you have to do is pull up the extension anywhere on chrome, copy and paste your text and press Count!
擴展基本資訊
名稱 | WordCount |
ID | kjdeaahpjfnibdgcnikjifeibjiehkpc |
官方網址 | https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc |
簡介 | Count words and characters in your writing with ease!! |
檔案大小 | 24.25 KB |
安裝次數 | 335 |
目前版本 | 1.0 |
更新時間 | 2020-12-30 |
上架時間 | 2020-12-29 |
開發者 | Andrew Aske |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordCount", "author": "Andrew Aske", "description": "Count words and characters in your writing with ease!!", "version": "1.0", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "WordCount" } } |