65 chars

Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.

65 chars क्या है?

65 chars https://sablatura.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tired of flexible webpages where text lines are very hard to read on bigger screens because they are way too long? There is a solution. Line break after every 65 characters. Try it.                    

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

नाम 65 chars 65 chars
ID okenlfddleodmdoelagcdejnpnhpplbd
आधिकारिक URL https://chromewebstore.google.com/detail/65-chars/okenlfddleodmdoelagcdejnpnhpplbd
विवरण Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.
फ़ाइल का आकार 6.96 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-06-16
प्रकाशन तिथि 2015-06-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://sablatura.info
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL http://sablatura.info/
समर्थित भाषाएँ en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1",
    "manifest_version": 2,
    "offline_enabled": true,
    "author": "Jan \u0160ablatura",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}