Strikethrough text

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

Co to jest Strikethrough text?

Strikethrough text to rozszerzenie Chrome opracowane przez https://onlineservicetools.com, a jego główną funkcją jest „Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Strikethrough text

Pobierz pliki rozszerzeń Strikethrough text w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Strikethrough text Strikethrough text
ID lkicjedcfidhmpacbdaaehgpdnhggaki
Oficjalny URL https://chromewebstore.google.com/detail/strikethrough-text/lkicjedcfidhmpacbdaaehgpdnhggaki
Opis Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.
Rozmiar pliku 6 KB
Liczba instalacji 168
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2023-03-02
Data Publikacji 2020-11-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://onlineservicetools.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://onlineservicetools.com/en_US/strike-out-text/
Adres URL Strony Pomocy https://onlineservicetools.com/en_US/strike-out-text/
Obsługiwane Języki 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"
    ]
}