V7 Gmail Zoom

Better reading experience on Gmail

V7 Gmail Zoom क्या है?

V7 Gmail Zoom v7addons द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Better reading experience on Gmail"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में V7 Gmail Zoom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम V7 Gmail Zoom V7 Gmail Zoom
ID nmddnckmbnlpdaehblenpajpfeajaejm
आधिकारिक URL https://chromewebstore.google.com/detail/v7-gmail-zoom/nmddnckmbnlpdaehblenpajpfeajaejm
विवरण Better reading experience on Gmail
फ़ाइल का आकार 95.87 KB
स्थापना संख्या 1,304
वर्तमान संस्करण 2.1
अंतिम अपडेट 2020-02-04
प्रकाशन तिथि 2020-02-04
रेटिंग 4.89/5 कुल 19 रेटिंग्स
डेवलपर v7addons
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*.*"
    ]
}