Strikethrough text

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

Strikethrough text là gì?

Strikethrough text là một tiện ích mở rộng Chrome được phát triển bởi https://onlineservicetools.com, và tính năng chính của nó là "Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Strikethrough text

Tải xuống các tệp mở rộng Strikethrough text dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Strikethrough text Strikethrough text
ID lkicjedcfidhmpacbdaaehgpdnhggaki
URL Chính Thức https://chromewebstore.google.com/detail/strikethrough-text/lkicjedcfidhmpacbdaaehgpdnhggaki
Mô tả Strikes out selected text. Works in facebook posts/comments, gmail, twitter etc. Also works inside any INPUT or TEXTAREA elements.
Kích Thước Tệp 6 KB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2023-03-02
Ngày Phát Hành 2020-11-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://onlineservicetools.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://onlineservicetools.com/en_US/strike-out-text/
URL Trang Trợ Giúp https://onlineservicetools.com/en_US/strike-out-text/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}