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