Count String Length
calculate selected text's length (strlen)
O que é Count String Length?
Count String Length é uma extensão do Chrome desenvolvida por Pai Peng, e sua principal característica é "calculate selected text's length (strlen)".
Baixar o arquivo CRX da Extensão Count String Length
Baixe arquivos de extensão Count String Length 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
Informações Básicas da Extensão
Nome | |
ID | jmoeecegjcmhgmhoinddfemlgkbgjggh |
URL Oficial | https://chrome.google.com/webstore/detail/count-string-length/jmoeecegjcmhgmhoinddfemlgkbgjggh |
Descrição | calculate selected text's length (strlen) |
Tamanho do Arquivo | 7.96 KB |
Contagem de Instalações | 39 |
Versão Atual | 0.1 |
Última Atualização | 2015-08-03 |
Data de Publicação | 2015-08-03 |
Desenvolvedor | Pai Peng |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Count String Length", "version": "0.1", "manifest_version": 2, "description": "calculate selected text's length (strlen)", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "permissions": [ " |