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
官方網址 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"
            ]
        }
    ]
}