Strikethrough text

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

Apa itu Strikethrough text?

Strikethrough text adalah ekstensi Chrome yang dikembangkan oleh https://onlineservicetools.com, dan fitur utamanya adalah "Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Strikethrough text

Unduh file ekstensi Strikethrough text dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Strikethrough text Strikethrough text
ID lkicjedcfidhmpacbdaaehgpdnhggaki
URL Resmi https://chromewebstore.google.com/detail/strikethrough-text/lkicjedcfidhmpacbdaaehgpdnhggaki
Deskripsi Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.
Ukuran File 6 KB
Jumlah Instalasi 168
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2023-03-02
Tanggal Publikasi 2020-11-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://onlineservicetools.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://onlineservicetools.com/en_US/strike-out-text/
URL Halaman Bantuan https://onlineservicetools.com/en_US/strike-out-text/
Bahasa yang Didukung 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"
    ]
}