Indent TextArea
Enables indent on textarea from context menu.
O que é Indent TextArea?
Indent TextArea é uma extensão do Chrome desenvolvida por civic, e sua principal característica é "Enables indent on textarea from context menu.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Indent TextArea
Baixe arquivos de extensão Indent TextArea 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
Enables indent on textarea from context menu. 1. select text on a textarea. 2. show cotext menu. 3. select "indent textarea" > "indent 4spaces"
Informações Básicas da Extensão
Nome | Indent TextArea |
ID | lmndolppbniefhhpabjjmepcgfcibhie |
URL Oficial | https://chromewebstore.google.com/detail/indent-textarea/lmndolppbniefhhpabjjmepcgfcibhie |
Descrição | Enables indent on textarea from context menu. |
Tamanho do Arquivo | 19.8 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.0.2 |
Última Atualização | 2018-10-25 |
Data de Publicação | 2018-10-24 |
Desenvolvedor | civic |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_shortName__", "description": "__MSG_extDesc__", "version": "1.0.2", "default_locale": "en", "permissions": [ "contextMenus", "tabs", "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" } } |