GMail Label Styler
Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.
Τι είναι το GMail Label Styler;
Το GMail Label Styler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mike Scalora, και η κύρια λειτουργία του είναι "Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GMail Label Styler
Λήψη αρχείων επέκτασης GMail Label Styler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Note: updated for the latest GMail as of 2020-05-11 Enables user to apply CSS to GMail message viewer and editor for selected labels only. Created for mailing list message viewing and editing that works best with monospace fonts but useful in many situations. Configuring CSS properties and one or more label names. Can be used to increase font size in GMail editor without causing the email to be sent in the larger font or even rich text (HTML) format. Only affects your view of the message in the editor, not the recipient.
Βασικές Πληροφορίες Επέκτασης
Όνομα | GMail Label Styler |
ID | bdabigdipmikljbdbmglcjlhpnoagfjb |
Επίσημο URL | https://chromewebstore.google.com/detail/gmail-label-styler/bdabigdipmikljbdbmglcjlhpnoagfjb |
Περιγραφή | Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font. |
Μέγεθος Αρχείου | 30.79 KB |
Αριθμός Εγκαταστάσεων | 85 |
Τρέχουσα Έκδοση | 0.8 |
Τελευταία Ενημέρωση | 2020-05-11 |
Ημερομηνία Δημοσίευσης | 2020-05-11 |
Αξιολόγηση | 4.50/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Mike Scalora |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GMail Label Styler", "description": "Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.", "version": "0.8", "permissions": [ "https:\/\/mail.google.com\/", "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "zepto.min.js", "content.js" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |