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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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]"
        }
    }
}