Character Count Tool
Calculate how many words and characters are on a page. Simply highlight the text, right click, and click the Character Count icon!
O que é Character Count Tool?
Character Count Tool é uma extensão do Chrome desenvolvida por https://charactercounttool.io, e sua principal característica é "Calculate how many words and characters are on a page. Simply highlight the text, right click, and click the Character Count icon!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Character Count Tool
Baixe arquivos de extensão Character Count Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Want to do a quick word character count/character count for an essay you're writing/article you're reading? You can do so now by using the context menu. Simply highlight the text you want to count characters/words for and right click => Choose our extension from the context menu and it'll help you count the number of words you highlighted. Another way you can use our extension is by clicking on our extension icon => paste in the text you want to do a word count/character count for. Try using this free character count tool/word count tool today and let us know if you have any questions. Its a free online character count tool. Ensure you hit the word limits/essay assignment lengths by using our tool before you submit in your essays/homework to your teachers.
Informações Básicas da Extensão
Nome | Character Count Tool |
ID | fpclnanofjokkahejckkangbnklldclk |
URL Oficial | https://chromewebstore.google.com/detail/character-count-tool/fpclnanofjokkahejckkangbnklldclk |
Descrição | Calculate how many words and characters are on a page. Simply highlight the text, right click, and click the Character Count icon! |
Tamanho do Arquivo | 1.36 MB |
Contagem de Instalações | 3,378 |
Versão Atual | 3.0.5 |
Última Atualização | 2022-05-01 |
Data de Publicação | 2022-05-01 |
Classificação | 4.75/5 Total de 16 Avaliações |
Desenvolvedor | https://charactercounttool.io |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://charactercounttool.io/privacy-policy |
Idiomas Suportados | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "3.0.5", "description": "__MSG_appDescription__", "default_locale": "en", "short_name": "__MSG_appShortName__", "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": "icons\/icon64.png", "default_title": "__MSG_appName__", "default_popup": "ui\/popup.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "permissions": [ "contextMenus", "activeTab", "scripting" ], "homepage_url": "https:\/\/charactercounttool.io\/" } |