Full Width GMail preview pane

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

Co to jest Full Width GMail preview pane?

Full Width GMail preview pane to rozszerzenie Chrome opracowane przez https://sina.is, a jego główną funkcją jest „Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.”.

Pobierz plik CRX rozszerzenia Full Width GMail preview pane

Pobierz pliki rozszerzeń Full Width GMail preview pane w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Full Width GMail preview pane Full Width GMail preview pane
ID gdlbagahbkacnekaiibemdmagllflpbf
Oficjalny URL https://chromewebstore.google.com/detail/full-width-gmail-preview/gdlbagahbkacnekaiibemdmagllflpbf
Opis Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.
Rozmiar pliku 3.1 KB
Liczba instalacji 309
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2014-03-02
Data Publikacji 2014-03-01
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper https://sina.is
Typ Płatności free
Obsługiwane Języki 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"
}