StrikeThrough for Gmail

This light-weight extension adds a strike-through button to Gmail compose window - with keyboard shortcut Ctrl+Shift+S.

StrikeThrough for Gmailคืออะไร?

StrikeThrough for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gsmart.in และคุณลักษณะหลักของมันคือ "This light-weight extension adds a strike-through button to Gmail compose window - with keyboard shortcut Ctrl+Shift+S."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StrikeThrough for Gmail

ดาวน์โหลดไฟล์ส่วนขยาย StrikeThrough for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Until now it was quite tricky to add strike-through text to your Gmail messages. Now you can add strike-through text thanks to this extension. Install this extension in your browser and refresh the Gmail page. The button is immediately available in the Compose Window.

Select the text in your compose window and click on the newly added strike-through button.

The extension supports keyboard shortcut Ctrl+Shift+S. Select the text and press Ctrl+Shift+S. You can toggle the text style by pressing Ctrl+Shift+S again.

Updates:
version 1.0.2.6 
fixes 'automatically scrolling to top when strike-through button is pressed issue                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ StrikeThrough for Gmail StrikeThrough for Gmail
ID bafcgdbnifplmbidjllnefgbhglckgge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/strikethrough-for-gmail/bafcgdbnifplmbidjllnefgbhglckgge
คำอธิบาย This light-weight extension adds a strike-through button to Gmail compose window - with keyboard shortcut Ctrl+Shift+S.
ขนาดไฟล์ 60.1 KB
จำนวนการติดตั้ง 3,442
เวอร์ชันปัจจุบัน 1.0.2.6
อัปเดตครั้งล่าสุด 2018-12-03
วันที่เผยแพร่ 2018-12-03
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://gsmart.in
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://gsmart.in/support/strike-through
URL หน้านโยบายความเป็นส่วนตัว https://gsmart.in/gen/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StrikeThrough for Gmail",
    "description": "This light-weight extension adds a strike-through button to Gmail compose window - with keyboard shortcut Ctrl+Shift+S.",
    "version": "1.0.2.6",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/gsmart.in\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "strike-through.js"
            ]
        }
    ],
    "icons": {
        "19": "app19.png",
        "48": "app48.png",
        "128": "app128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "app19.png",
            "48": "app48.png"
        },
        "default_title": "Gmail StrikeThrough",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "strike-through.png"
    ],
    "manifest_version": 2
}