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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |