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.

¿Qué es Strikethrough, Etc.?

Strikethrough, Etc. es una extensión de Chrome desarrollada por Adam Varga, y su función principal es "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.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Strikethrough, Etc.

Descarga archivos de extensión Strikethrough, Etc. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Strikethrough, Etc. Strikethrough, Etc.
ID kdailohlmkahclogmhefpbhfhdgodafa
URL Oficial https://chromewebstore.google.com/detail/strikethrough-etc/kdailohlmkahclogmhefpbhfhdgodafa
Descripción 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.
Tamaño del Archivo 22.9 KB
Cantidad de Instalaciones 2,308
Versión Actual 1.0.3
Última Actualización 2016-02-05
Fecha de Publicación 2016-02-04
Calificación 2.47/5 Total de 30 Calificaciones
Desarrollador Adam Varga
Tipo de Pago free
Sitio Web de la Extensión http://adamvarga.com/strike
Idiomas Soportados 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
    }
}