65 chars

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

What is 65 chars?

65 chars is a Chrome extension developed by https://sablatura.info, and its main feature is "Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 65 chars Extension CRX File

Download 65 chars extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 65 chars 65 chars
ID okenlfddleodmdoelagcdejnpnhpplbd
Official URL https://chromewebstore.google.com/detail/65-chars/okenlfddleodmdoelagcdejnpnhpplbd
Description Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.
File Size 6.96 KB
Installation Count 30
Current Version 1.1
Last Updated 2015-06-16
Publish Date 2015-06-15
Rating 5.00/5 Total 2 Ratings
Developer https://sablatura.info
Email [email protected]
Payment Type free
Help Page URL http://sablatura.info/
Supported Languages 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"
            ]
        }
    ]
}