Word Counter
See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!
什麼是Word Counter?
Word Counter是由Erik Ossner開發的Chrome擴展程式,該擴展的主要功能是“See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!”。
擴展截圖
下載Word Counter擴展crx文件
下載Word Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you need to get a word and character count on a web page? Word Counter is your answer! Word Counter is very small and intends to give you a convenient word count without you having to out of your way while browsing. Simply select the text that you would like to get a count on, right click on the text, and select the Word Counter icon; you will be greeted with a small alert, telling you word count, character count, and character count, excluding spaces. Enjoy the extension!
擴展基本資訊
名稱 | |
ID | adgmgllmfhgppfnkmgikgbaniemjdikk |
官方網址 | https://chrome.google.com/webstore/detail/word-counter/adgmgllmfhgppfnkmgikgbaniemjdikk |
簡介 | See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon! |
檔案大小 | 34.82 KB |
安裝次數 | 20,000 |
目前版本 | 0.11 |
更新時間 | 2017-10-21 |
上架時間 | 2017-10-21 |
評分 | 4.35/5 共 43 次評分 |
開發者 | Erik Ossner |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "content.js" ] }, "name": "Word Counter", "short_name": "Count words and characters on a page", "version": "0.11", "manifest_version": 2, "description": "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!", "browser_action": { "default_icon": "wc.png", "default_title": "Word Counter", "default_popup": "warning.html" }, "icons": { "16": "wc.png", "48": "wordCount.png", "96": "wordCount.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/docs.google.com\/" ] } |