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
Eメール [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]"
        }
    }
}