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开发的Chrome扩展程序,该扩展的主要功能是“Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载65 chars扩展crx文件

下载65 chars扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}