Neat Messages for Gmail

Improves the readibility of plain text Gmail messages by putting them in a neat container.

Τι είναι το Neat Messages for Gmail;

Το Neat Messages for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hristiyan Dodov, και η κύρια λειτουργία του είναι "Improves the readibility of plain text Gmail messages by putting them in a neat container.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Neat Messages for Gmail

Λήψη αρχείων επέκτασης Neat Messages for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tired of the extremely long rows of text in Gmail? This extension will help!

All plain text emails are put in a neat container where you can comfortably read them. In the meantime, HTML emails that are designed and have everything looking nice will be left unchanged.

WHAT'S NEW:
- Now works with the new Gmail style
- Removed the notifications permission

--------------------------
This extension will NOT modify the emails’ content! It will only change how you (and only you) see them.
--------------------------

Customize the extension via the Options page!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Neat Messages for Gmail Neat Messages for Gmail
ID lkpknmgfopkjcpbgkkcnoolijfggioba
Επίσημο URL https://chromewebstore.google.com/detail/neat-messages-for-gmail/lkpknmgfopkjcpbgkkcnoolijfggioba
Περιγραφή Improves the readibility of plain text Gmail messages by putting them in a neat container.
Μέγεθος Αρχείου 72.16 KB
Αριθμός Εγκαταστάσεων 724
Τρέχουσα Έκδοση 2.0.2
Τελευταία Ενημέρωση 2018-09-07
Ημερομηνία Δημοσίευσης 2018-09-06
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Hristiyan Dodov
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neat Messages for Gmail",
    "version": "2.0.2",
    "author": "Hristiyan Dodov",
    "description": "Improves the readibility of plain text Gmail messages by putting them in a neat container.",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_popup": "popup\/index.html"
    },
    "options_page": "options\/index.html",
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}