Strikethrough text

Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.

O que é Strikethrough text?

Strikethrough text é uma extensão do Chrome desenvolvida por https://onlineservicetools.com, e sua principal característica é "Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Strikethrough text

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

                        Strikes out text in just one click. Select some text and click the icon. As easy as never have been before.
Extension works on Facebook posts/comments, twitter, Gmail etc.
Also it's possible to strikethrough text within INPUT and TEXTAREA html elements.                    

Informações Básicas da Extensão

Nome Strikethrough text Strikethrough text
ID lkicjedcfidhmpacbdaaehgpdnhggaki
URL Oficial https://chromewebstore.google.com/detail/strikethrough-text/lkicjedcfidhmpacbdaaehgpdnhggaki
Descrição Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.
Tamanho do Arquivo 6 KB
Contagem de Instalações 168
Versão Atual 0.0.0.3
Última Atualização 2023-03-02
Data de Publicação 2020-11-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://onlineservicetools.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://onlineservicetools.com/en_US/strike-out-text/
URL da Página de Ajuda https://onlineservicetools.com/en_US/strike-out-text/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strikethrough text",
    "description": "Strikes out selected text. Works in facebook posts\/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.",
    "version": "0.0.0.3",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ]
}