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
Eメール [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"
            ]
        }
    ]
}