Convert Case Menu
On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.
O que é Convert Case Menu?
Convert Case Menu é uma extensão do Chrome desenvolvida por https://convertcase.net, e sua principal característica é "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Convert Case Menu
Baixe arquivos de extensão Convert Case Menu 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
Are people always annoying you on forums and writing in UPPER CASE for no reason? Perhaps they didn't mean to shout or their caps lock is just broken? Convert Case can convert your text to a more readable and calming case in a couple of clicks. This extension adds a right click menu when you select text to let you easily convert it to a more readable format with results opening in a new tab Note: this does NOT convert text directly on the page, it takes you to the Convert Case site to show the results automatically. If you have any feedback or problems please contact me through the support link on the details tab of this page rather than leaving a bad review without giving me the chance to help you.
Informações Básicas da Extensão
Nome | |
ID | neineehhbgjpcmlokkckgcengmgngnii |
URL Oficial | https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii |
Descrição | On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab. |
Tamanho do Arquivo | 5.92 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 2.0.3 |
Última Atualização | 2016-03-15 |
Data de Publicação | 2016-03-15 |
Classificação | 1.94/5 Total de 48 Avaliações |
Desenvolvedor | https://convertcase.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://convertcase.net/ |
URL da Página de Ajuda | http://jasongillyon.co.uk/contact |
URL da Página de Política de Privacidade | https://convertcase.net/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "Convert Case Menu", "short_name": "Convert Case", "description": "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.", "version": "2.0.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "activeTab", "https:\/\/convertcase.net\/*" ], "browser_action": { "default_title": "Convert Case" } } |