Strikethrough text

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

Wat is Strikethrough text?

Strikethrough text is een Chrome-extensie ontwikkeld door https://onlineservicetools.com, en de belangrijkste functie is "Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.".

Extensie Screenshots

Download het CRX-bestand van de extensie Strikethrough text

Download Strikethrough text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Strikethrough text Strikethrough text
ID lkicjedcfidhmpacbdaaehgpdnhggaki
Officiële URL https://chromewebstore.google.com/detail/strikethrough-text/lkicjedcfidhmpacbdaaehgpdnhggaki
Beschrijving Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.
Bestandsgrootte 6 KB
Aantal Installaties 168
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2023-03-02
Publicatiedatum 2020-11-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://onlineservicetools.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://onlineservicetools.com/en_US/strike-out-text/
Help Pagina-URL https://onlineservicetools.com/en_US/strike-out-text/
Ondersteunde Talen 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"
    ]
}