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是由https://gsmart.in開發的Chrome擴展程式,該擴展的主要功能是“This light-weight extension adds a strike-through button to Gmail compose window - with keyboard shortcut Ctrl+Shift+S.”。

擴展截圖

screenshot
screenshot

下載StrikeThrough for Gmail擴展crx文件

下載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
官方網址 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
}