Text Convert Case

Convert case, slugify data of the selected text

O que é Text Convert Case?

Text Convert Case é uma extensão do Chrome desenvolvida por Genius Lynx, e sua principal característica é "Convert case, slugify data of the selected text".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Text Convert Case

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

                        Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text.

Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.                    

Informações Básicas da Extensão

Nome Text Convert Case Text Convert Case
ID kledidppeblnjfclciibeaebnnlopgdm
URL Oficial https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm
Descrição Convert case, slugify data of the selected text
Tamanho do Arquivo 11.48 KB
Contagem de Instalações 137
Versão Atual 1.0.0.0
Última Atualização 2021-12-10
Data de Publicação 2021-12-09
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Genius Lynx
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://geniuslynx.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Convert Case",
    "version": "1.0.0.0",
    "author": "Genius Lynx",
    "description": "Convert case, slugify data of the selected text",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Text Convert Case"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "manifest_version": 2
}