Pepper Grid

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

Pepper Grid क्या है?

Pepper Grid CoUsT द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings back the best grid layout for Pepper websites. Report issues on [email protected]."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pepper Grid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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]"
        }
    }
}