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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}