Strikethrough text

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

Strikethrough textとは何ですか?

Strikethrough textはhttps://onlineservicetools.comによって開発されたChromeの拡張機能で、その主な機能は「Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.」です。

拡張機能のスクリーンショット

Strikethrough text拡張機能のCRXファイルをダウンロード

Strikethrough text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Strikethrough text Strikethrough text
ID lkicjedcfidhmpacbdaaehgpdnhggaki
公式URL https://chromewebstore.google.com/detail/strikethrough-text/lkicjedcfidhmpacbdaaehgpdnhggaki
説明 Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.
ファイルサイズ 6 KB
インストール数 168
現在のバージョン 0.0.0.3
最終更新日 2023-03-02
公開日 2020-11-15
評価 5.00/5 合計 1 レビュー
開発者 https://onlineservicetools.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://onlineservicetools.com/en_US/strike-out-text/
ヘルプページのURL https://onlineservicetools.com/en_US/strike-out-text/
対応言語 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"
    ]
}