Render Whitespace on GitHub

Renders spaces as · and tabs as → in all the code on GitHub.

ما هو Render Whitespace on GitHub؟

Render Whitespace on GitHub هو إضافة Chrome تم تطويرها بواسطة glebm، والميزة الرئيسية لها هي "Renders spaces as · and tabs as → in all the code on GitHub.".

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

screenshot

تحميل ملف CRX للإضافة Render Whitespace on GitHub

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

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

                        Are they tabs? Are they spaces? How many?
Never wonder again!

Add this extension to see the whitespace on GitHub.                    

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

الاسم Render Whitespace on GitHub Render Whitespace on GitHub
ID ifdbipohclgnokjgpejhnbjdlgjkkhom
عنوان URL الرسمي https://chromewebstore.google.com/detail/render-whitespace-on-gith/ifdbipohclgnokjgpejhnbjdlgjkkhom
الوصف Renders spaces as · and tabs as → in all the code on GitHub.
حجم الملف 9.93 KB
عدد التثبيتات 586
النسخة الحالية 1.3.12
آخر تحديث 2018-08-25
تاريخ النشر 2018-08-25
تقييم 4.00/5 مجموع تقييمات 6
المطور glebm
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/glebm/render-whitespace-on-github
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Render Whitespace on GitHub",
    "version": "1.3.12",
    "author": "Gleb Mazovetskiy",
    "content_scripts": [
        {
            "js": [
                "RenderWhitespaceOnGithub.user.js"
            ],
            "matches": [
                "https:\/\/gist.github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/github.com\/glebm\/render-whitespace-on-github",
    "description": "Renders spaces as \u00b7 and tabs as \u2192 in all the code on GitHub.",
    "icons": {
        "128": "icon128.png"
    }
}