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