Full Width GMail preview pane

Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.

Co je Full Width GMail preview pane?

Full Width GMail preview pane je rozšíření Chrome vyvinuté https://sina.is, a jeho hlavní funkcí je „Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.“.

Stáhnout soubor CRX rozšíření Full Width GMail preview pane

Stáhněte si soubory rozšíření Full Width GMail preview pane ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.                    

Základní Informace o Rozšíření

Název Full Width GMail preview pane Full Width GMail preview pane
ID gdlbagahbkacnekaiibemdmagllflpbf
Oficiální URL https://chromewebstore.google.com/detail/full-width-gmail-preview/gdlbagahbkacnekaiibemdmagllflpbf
Popis Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.
Velikost souboru 3.1 KB
Počet instalací 309
Aktuální Verze 1.0.0
Poslední Aktualizace 2014-03-02
Datum Vydání 2014-03-01
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář https://sina.is
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "previewpane.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "description": "Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.",
    "manifest_version": 2,
    "name": "Full Width GMail preview pane",
    "version": "1.0.0"
}