Gitlab Whitespaces remover

Removes whitespaces in individual lines in a Gitlab merge requests

ما هو Gitlab Whitespaces remover؟

Gitlab Whitespaces remover هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Removes whitespaces in individual lines in a Gitlab merge requests".

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

screenshot

تحميل ملف CRX للإضافة Gitlab Whitespaces remover

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

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

                        Removes whitespaces in words in a merge request. Works only in Side By Side mode.
Source code - github.com/abhinavsingi/gitlab-remove-whitespaces

Click on the icon after a merge request is loaded in Changes tab                    

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

الاسم Gitlab Whitespaces remover Gitlab Whitespaces remover
ID aecfmhagamhgoojkjhjhjfbblgpdeojj
عنوان URL الرسمي https://chromewebstore.google.com/detail/gitlab-whitespaces-remove/aecfmhagamhgoojkjhjhjfbblgpdeojj
الوصف Removes whitespaces in individual lines in a Gitlab merge requests
حجم الملف 125 KB
عدد التثبيتات 18
النسخة الحالية 0.0.1
آخر تحديث 2017-12-22
تاريخ النشر 2017-12-22
تقييم 5.00/5 مجموع تقييمات 1
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gitlab Whitespaces remover",
    "version": "0.0.1",
    "description": "Removes whitespaces in individual lines in a Gitlab merge requests",
    "browser_action": {
        "icon": "icon.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}