StrikeThrough for Gmail
This light-weight extension adds a strike-through button to Gmail compose window - with keyboard shortcut Ctrl+Shift+S.
Wat is StrikeThrough for Gmail?
StrikeThrough for Gmail is een Chrome-extensie ontwikkeld door https://gsmart.in, en de belangrijkste functie is "This light-weight extension adds a strike-through button to Gmail compose window - with keyboard shortcut Ctrl+Shift+S.".
Extensie Screenshots
Download het CRX-bestand van de extensie StrikeThrough for Gmail
Download StrikeThrough for Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | StrikeThrough for Gmail |
ID | bafcgdbnifplmbidjllnefgbhglckgge |
Officiële URL | https://chromewebstore.google.com/detail/strikethrough-for-gmail/bafcgdbnifplmbidjllnefgbhglckgge |
Beschrijving | This light-weight extension adds a strike-through button to Gmail compose window - with keyboard shortcut Ctrl+Shift+S. |
Bestandsgrootte | 60.1 KB |
Aantal Installaties | 3,442 |
Huidige Versie | 1.0.2.6 |
Laatst Bijgewerkt | 2018-12-03 |
Publicatiedatum | 2018-12-03 |
Beoordeling | 4.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://gsmart.in |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://gsmart.in/support/strike-through |
URL van de Privacybeleid Pagina | https://gsmart.in/gen/privacy |
Ondersteunde Talen | 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 } |