Strikethrough text

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

What is Strikethrough text?

Strikethrough text is a Chrome extension developed by https://onlineservicetools.com, and its main feature is "Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.".

Extension Screenshots

Download Strikethrough text Extension CRX File

Download Strikethrough text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Strikethrough text Strikethrough text
ID lkicjedcfidhmpacbdaaehgpdnhggaki
Official URL https://chromewebstore.google.com/detail/strikethrough-text/lkicjedcfidhmpacbdaaehgpdnhggaki
Description Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.
File Size 6 KB
Installation Count 168
Current Version 0.0.0.3
Last Updated 2023-03-02
Publish Date 2020-11-15
Rating 5.00/5 Total 1 Ratings
Developer https://onlineservicetools.com
Email [email protected]
Payment Type free
Extension Website https://onlineservicetools.com/en_US/strike-out-text/
Help Page URL https://onlineservicetools.com/en_US/strike-out-text/
Supported Languages 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"
    ]
}