45to75

Character counter for helping to optimize line length (measure) between 45 and 75 characters.

ما هو 45to75؟

45to75 هو إضافة Chrome تم تطويرها بواسطة abbwebdev، والميزة الرئيسية لها هي "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 45to75

قم بتنزيل ملفات الامتداد 45to75 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Helps designers and developers ensure that text line lengths (measure) meet their standards.

Each font and layout is unique, so it's up to the author to decide what measure works for their current situation, however a good "rule of thumb" is to keep the measure between 45 and 75 characters.

This will ensure your text stays readable across the various situations in which it could be read.

Highlight some text, right click, and view the character count right in the tooltip.                    

معلومات أساسية عن التمديد

الاسم 45to75 45to75
ID efmppndinjbljeellfdkpghgblenbcdd
عنوان URL الرسمي https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd
الوصف Character counter for helping to optimize line length (measure) between 45 and 75 characters.
حجم الملف 5.22 KB
عدد التثبيتات 1,940
النسخة الحالية 0.0.3
آخر تحديث 2014-08-22
تاريخ النشر 2014-08-22
تقييم 4.67/5 مجموع تقييمات 6
المطور abbwebdev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content_script.js"
            ]
        }
    ]
}