Word Counter Extension
Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
什麼是Word Counter Extension?
Word Counter Extension是由Alex開發的Chrome擴展程式,該擴展的主要功能是“Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.”。
擴展截圖
下載Word Counter Extension擴展crx文件
下載Word Counter Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use Word Counter to add a wordcount function in chrome. This feature enables counting words and letters on a web page. Just highlight text and click the WordCounter icon.
擴展基本資訊
名稱 | Word Counter Extension |
ID | lhkeofanobfbjmfbfjjmibanddfkgobc |
官方網址 | https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc |
簡介 | Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage. |
檔案大小 | 8.66 KB |
安裝次數 | 12,224 |
目前版本 | 1.0.0 |
更新時間 | 2019-01-05 |
上架時間 | 2018-12-31 |
評分 | 2.86/5 共 7 次評分 |
開發者 | Alex |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Extension", "description": "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.", "version": "1.0.0", "author": "Alexander Hauck, [email protected]", "short_name": "Wordcount", "background": { "scripts": [ "wordcount.js" ] }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Word Counter" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |