Gmail UI update

Fixes a couple of things

Hvad er Gmail UI update?

Gmail UI update er en Chrome-udvidelse udviklet af michelet.tristan, og dens hovedfunktion er "Fixes a couple of things".

Udvidelsesskærmbilleder

screenshot

Download Gmail UI update-udvidelses-CRX-fil

Download Gmail UI update-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Gmail UI update Gmail UI update
ID iclfhanefileilkpahemhgaieoiojefp
Officiel URL https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp
Beskrivelse Fixes a couple of things
Filstørrelse 4.26 KB
Antal Installationer 32
Nuværende Version 1.0.2
Senest Opdateret 2014-10-12
Udgivelsesdato 2014-10-12
Udvikler michelet.tristan
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}