Strikethrough, Etc.

Use s̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶ text (and many other text styles) anywhere. Works with Facebook, Twitter, Gmail, and more.

What is Strikethrough, Etc.?

Strikethrough, Etc. is a Chrome extension developed by Adam Varga, and its main feature is "Use s̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶ text (and many other text styles) anywhere. Works with Facebook, Twitter, Gmail, and more.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Strikethrough, Etc. Extension CRX File

Download Strikethrough, Etc. 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

                        Style your text anywhere on the web. To use this extension, highlight & right-click on the text in any input field.

Works great for posting on social media sites (like Facebook and Twitter), comment threads, web based email clients (like Gmail), and chat clients (like Slack).

Available styles include strikethrough, slash, underline, arrows, upside down text, small caps, smiley face, bubble text, bold, italics, gothic text, and more.                    

Extension Basic Information

Name Strikethrough, Etc. Strikethrough, Etc.
ID kdailohlmkahclogmhefpbhfhdgodafa
Official URL https://chromewebstore.google.com/detail/strikethrough-etc/kdailohlmkahclogmhefpbhfhdgodafa
Description Use s̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶ text (and many other text styles) anywhere. Works with Facebook, Twitter, Gmail, and more.
File Size 22.9 KB
Installation Count 2,308
Current Version 1.0.3
Last Updated 2016-02-05
Publish Date 2016-02-04
Rating 2.47/5 Total 30 Ratings
Developer Adam Varga
Payment Type free
Extension Website http://adamvarga.com/strike
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strikethrough, Etc.",
    "description": "Use s\u0336t\u0336r\u0336i\u0336k\u0336e\u0336t\u0336h\u0336r\u0336o\u0336u\u0336g\u0336h\u0336 text (and many other text styles) anywhere. Works with Facebook, Twitter, Gmail, and more.",
    "version": "1.0.3",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "transforms.js",
            "run_transform.js",
            "menu_structure.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}