Gmail UI update

Fixes a couple of things

Was ist Gmail UI update?

Gmail UI update ist eine Chrome-Erweiterung, die von michelet.tristan entwickelt wurde, und ihr Hauptmerkmal ist "Fixes a couple of things".

Erweiterungsscreenshots

screenshot

Gmail UI update-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail UI update-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        When using the multiple inboxes gmail lab plugin, the action bar is not always reachable.
This plugin fixes it by making it move to the top or the bottom depending on what's the most convenient.

See more: https://github.com/tmichelet/gmail-helper                    

Grundlegende Informationen zur Erweiterung

Name Gmail UI update Gmail UI update
ID iclfhanefileilkpahemhgaieoiojefp
Offizielle URL https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp
Beschreibung Fixes a couple of things
Dateigröße 4.26 KB
Installationsanzahl 32
Aktuelle Version 1.0.2
Letztes Update 2014-10-12
Veröffentlichungsdatum 2014-10-12
Entwickler michelet.tristan
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail UI update",
    "description": "Fixes a couple of things",
    "version": "1.0.2",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}