V7 Gmail Zoom

Better reading experience on Gmail

Co to jest V7 Gmail Zoom?

V7 Gmail Zoom to rozszerzenie Chrome opracowane przez v7addons, a jego główną funkcją jest „Better reading experience on Gmail”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia V7 Gmail Zoom

Pobierz pliki rozszerzeń V7 Gmail Zoom 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

                        Better reading experience on Gmail  

If you having difficulties reading small text in Gmail messages, no need to use browser zoom and enlarge the whole user interface.

This small extension can simply zoom only crucial parts of Gmail interface 
- list of messages
- received messages
- composed messages.

Zoom is saved for every next visit.
Please check the video for more info.                    

Podstawowe informacje o rozszerzeniu

Nazwa V7 Gmail Zoom V7 Gmail Zoom
ID nmddnckmbnlpdaehblenpajpfeajaejm
Oficjalny URL https://chromewebstore.google.com/detail/v7-gmail-zoom/nmddnckmbnlpdaehblenpajpfeajaejm
Opis Better reading experience on Gmail
Rozmiar pliku 95.87 KB
Liczba instalacji 1,304
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2020-02-04
Data Publikacji 2020-02-04
Ocena 4.89/5 Łącznie 19 Oceny
Deweloper v7addons
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "cnt.css"
            ],
            "js": [
                "cnt.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Better reading experience on Gmail",
    "icons": {
        "19": "img\/i19.png",
        "48": "img\/i48.png",
        "64": "img\/i64.png"
    },
    "manifest_version": 2,
    "name": "V7 Gmail Zoom",
    "permissions": [
        "storage"
    ],
    "version": "2.1",
    "web_accessible_resources": [
        "img\/*.*"
    ]
}