Strikethrough text

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

Cos'è Strikethrough text?

Strikethrough text è un'estensione di Chrome sviluppata da https://onlineservicetools.com, e la sua funzione principale è "Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Strikethrough text

Scarica i file di estensione Strikethrough text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Strikethrough text Strikethrough text
ID lkicjedcfidhmpacbdaaehgpdnhggaki
URL Ufficiale https://chromewebstore.google.com/detail/strikethrough-text/lkicjedcfidhmpacbdaaehgpdnhggaki
Descrizione Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.
Dimensione del File 6 KB
Conteggio Installazioni 168
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2023-03-02
Data di Pubblicazione 2020-11-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://onlineservicetools.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://onlineservicetools.com/en_US/strike-out-text/
URL della Pagina di Aiuto https://onlineservicetools.com/en_US/strike-out-text/
Lingue Supportate 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"
    ]
}