Pepper Grid

Brings back the best grid layout for Pepper websites. Report issues on [email protected].

ما هو Pepper Grid؟

Pepper Grid هو إضافة Chrome تم تطويرها بواسطة CoUsT، والميزة الرئيسية لها هي "Brings back the best grid layout for Pepper websites. Report issues on [email protected].".

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

screenshot

تحميل ملف CRX للإضافة Pepper Grid

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

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

                        Brings back the best grid layout for Pepper websites. The layout is as close as possible to the old grid layout while making full use of the workspace.

Check screenshot for grid layout.

If something breaks or doesn't work, please report on Discord (coust8894) or [email protected].                    

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

الاسم Pepper Grid Pepper Grid
ID ijikeihjoblmjokjojiincoieadkneli
عنوان URL الرسمي https://chromewebstore.google.com/detail/pepper-grid/ijikeihjoblmjokjojiincoieadkneli
الوصف Brings back the best grid layout for Pepper websites. Report issues on [email protected].
حجم الملف 5.03 KB
عدد التثبيتات 62
النسخة الحالية 1.0.5
آخر تحديث 2023-06-28
تاريخ النشر 2020-12-08
تقييم 5.00/5 مجموع تقييمات 1
المطور CoUsT
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pepper Grid",
    "description": "Brings back the best grid layout for Pepper websites. Report issues on [email protected].",
    "version": "1.0.5",
    "manifest_version": 2,
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pepper.pl\/*",
                "*:\/\/*.promodescuentos.com\/*",
                "*:\/\/*.pelando.com.br\/*",
                "*:\/\/*.hotukdeals.com\/*",
                "*:\/\/*.dealabs.com\/*",
                "*:\/\/*.nl.pepper.com\/*",
                "*:\/\/*.mydealz.de\/*",
                "*:\/\/*.preisjaeger.at\/*",
                "*:\/\/*.desidime.com\/*",
                "*:\/\/*.chollometro.com\/*",
                "*:\/\/*.pepper.ru\/*",
                "*:\/\/*.pepper.it\/*"
            ],
            "js": [],
            "css": [
                "styles\/grid.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}