65 chars

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

65 charsคืออะไร?

65 chars เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย 65 chars

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}