Toolbox
Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format
O que é Toolbox?
Toolbox é uma extensão do Chrome desenvolvida por https://xuender.me, e sua principal característica é "Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Toolbox
Baixe arquivos de extensão Toolbox 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
chrome toolbox Useful tool set. Commonly used text processing tools. 0.1.34 number sort 0.1.20 remove blank lines, beautify: js, css, html, json 0.1.13 md5, sha1 0.1.10 sort, unique, trim
Informações Básicas da Extensão
Nome | Toolbox |
ID | hbkboegfdkllhmokangamapokbnnhfbl |
URL Oficial | https://chromewebstore.google.com/detail/toolbox/hbkboegfdkllhmokangamapokbnnhfbl |
Descrição | Chrome Toolbox, Useful tool set. Commonly used text processing tools. ps:sorting, de-emphasis, trimming, md5, sha1, Code format |
Tamanho do Arquivo | 111 KB |
Contagem de Instalações | 1,341 |
Versão Atual | 0.1.34 |
Última Atualização | 2013-06-03 |
Data de Publicação | 2013-06-02 |
Classificação | 3.29/5 Total de 7 Avaliações |
Desenvolvedor | https://xuender.me |
Tipo de Pagamento | free |
Site da Extensão | http://xuender.me |
Idiomas Suportados | en,zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "0.1.34", "description": "__MSG_description__", "manifest_version": 2, "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "offline_enabled": true, "browser_action": { "default_icon": "img\/48.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } } |