Readable Font Size

alf + f to get good font size

Readable Font Size क्या है?

Readable Font Size gywn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "alf + f to get good font size"।

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

screenshot
screenshot

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

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

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

                        Automatically adjust font size, line height and text block width in the page, *in situ*.
Say goodbye to text lines so long that they hurt your eyes' rectus.                    

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

नाम Readable Font Size Readable Font Size
ID keccobjcncahemlohalblmalkeomhfjp
आधिकारिक URL https://chrome.google.com/webstore/detail/readable-font-size/keccobjcncahemlohalblmalkeomhfjp
विवरण alf + f to get good font size
फ़ाइल का आकार 7.54 KB
स्थापना संख्या 104
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-05-31
प्रकाशन तिथि 2016-05-31
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर gywn
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content-persistent.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "alf + f to get good font size",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "Readable Font Size",
    "version": "1.0.1",
    "web_accessible_resources": [
        "images\/sprite.svg"
    ]
}