text info

provides selected text info of web page

O que é text info?

text info é uma extensão do Chrome desenvolvida por robertmhatchersd2x5, e sua principal característica é "provides selected text info of web page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão text info

Baixe arquivos de extensão text info 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

                        check the details of the text  easily with this tool
Open web page example www.lipsum.com
Click on extension icon to turn ON extension
Now select the text with mouse on webpage                    

Informações Básicas da Extensão

Nome text info text info
ID bneoimbmmcedgdejehakhadgaeeilgce
URL Oficial https://chrome.google.com/webstore/detail/text-info/bneoimbmmcedgdejehakhadgaeeilgce
Descrição provides selected text info of web page
Tamanho do Arquivo 22.39 KB
Contagem de Instalações 2,595
Versão Atual 0.0.0.01
Última Atualização 2022-05-17
Data de Publicação 2022-05-17
Desenvolvedor robertmhatchersd2x5
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "text info",
    "version": "0.0.0.01",
    "manifest_version": 3,
    "description": "provides selected text info of web page",
    "action": {
        "default_icon": "icons.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}