Pepper Grid
Brings back the best grid layout for Pepper websites. Report issues on [email protected].
Co to jest Pepper Grid?
Pepper Grid to rozszerzenie Chrome opracowane przez CoUsT, a jego główną funkcją jest „Brings back the best grid layout for Pepper websites. Report issues on [email protected].”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pepper Grid
Pobierz pliki rozszerzeń Pepper Grid w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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].
Podstawowe informacje o rozszerzeniu
Nazwa | Pepper Grid |
ID | ijikeihjoblmjokjojiincoieadkneli |
Oficjalny URL | https://chromewebstore.google.com/detail/pepper-grid/ijikeihjoblmjokjojiincoieadkneli |
Opis | Brings back the best grid layout for Pepper websites. Report issues on [email protected]. |
Rozmiar pliku | 5.03 KB |
Liczba instalacji | 62 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2023-06-28 |
Data Publikacji | 2020-12-08 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | CoUsT |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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]" } } } |