Larger texts

With one click on the button the font size on the current page will be increase.

Larger texts क्या है?

Larger texts http://www.prelude-prod.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With one click on the button the font size on the current page will be increase."।

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

screenshot

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

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

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

                        Permet d'augmenter la taille des textes d'une page web d'un simple clic.                    

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

नाम Larger texts Larger texts
ID dbnpmjohkibkjojnlcpeindngonmlfci
आधिकारिक URL https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci
विवरण With one click on the button the font size on the current page will be increase.
फ़ाइल का आकार 50.73 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.0.0.3
अंतिम अपडेट 2015-05-31
प्रकाशन तिथि 2015-05-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://www.prelude-prod.fr
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.prelude-prod.fr/2015/05/projet-extension-chrome/
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_browsertitle__"
    },
    "default_locale": "fr",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.3"
}