Pepper Grid

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

什么是Pepper Grid?

Pepper Grid是由CoUsT开发的Chrome扩展程序,该扩展的主要功能是“Brings back the best grid layout for Pepper websites. Report issues on [email protected].”。

扩展截图

screenshot

下载Pepper Grid扩展crx文件

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