Convert Text

Allows you to convert text from a context menu.

O que é Convert Text?

Convert Text é uma extensão do Chrome desenvolvida por becca.ooo, e sua principal característica é "Allows you to convert text from a context menu.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Convert Text

Baixe arquivos de extensão Convert Text 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

                        Converts case of any editable, selected text, or the entire input area if no text is selected.
Right click on the text you’d like to convert and select your preferred conversion from the ‘Convert text’ menu.                    

Informações Básicas da Extensão

Nome Convert Text Convert Text
ID mcpglhjaahelnpjalcaeecgkjhkpokdn
URL Oficial https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn
Descrição Allows you to convert text from a context menu.
Tamanho do Arquivo 18.15 KB
Contagem de Instalações 459
Versão Atual 1.1.0
Última Atualização 2015-05-22
Data de Publicação 2015-05-22
Classificação 3.29/5 Total de 7 Avaliações
Desenvolvedor becca.ooo
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Convert Text",
    "short_name": "Convert Text",
    "version": "1.1.0",
    "author": "9999yea.rs",
    "description": "Allows you to convert text from a context menu.",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "offline_enabled": true
}