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
电子邮箱 [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"
    ]
}