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
官方網址 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
電子郵箱 [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"
    ]
}