Καλώς ορίσατε στα πρόσθετα SeaMonkey.

Προσθέστε επιπλέον χαρακτηριστικά και στυλ για κάνετε το SeaMonkey δικό σας.

Κλείσιμο

Στο δρόμο;

Ελέγξτε τη σελίδα μας Mobile Πρόσθετα.

Κλείσιμο

R Pruitt

Σχετικά με εμένα

Πληροφορίες δημιουργού
Όνομα R Pruitt
Χρήστης από Μάρτιος 5, 2007
Αριθμός αναπτυγμένων προσθέτων 1 πρόσθετο
Μέση βαθμολογία προσθέτων προγραμματιστή Rated 4 out of 5 stars

Πρόσθετα που έχω δημιουργήσει

NewsFox Απαιτεί επανεκκίνηση Προβεβλημένα

NewsFox is an efficient 3-pane(email) style Atom/RSS feed reader.

Rated 4 out of 5 stars (239)
27 χρήστες

Οι κριτικές μου

Classic Reloaded

Rated 4 out of 5 stars

To remove the message header toolbar entirely, put the following line in userChrome.css:

#header-view-toolbox { display: none; }

Edited to add: to have the message header buttons display normally(to the right for LTR languages) use the following:

#expandedHeadersTopBox { display: block; }

Apparently this is overwritten in the extension, and it is what allows the From and buttons to be moved with CSS.