Pepper Grid
Brings back the best grid layout for Pepper websites. Report issues on [email protected].
Apa itu Pepper Grid?
Pepper Grid adalah ekstensi Chrome yang dikembangkan oleh CoUsT, dan fitur utamanya adalah "Brings back the best grid layout for Pepper websites. Report issues on [email protected].".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pepper Grid
Unduh file ekstensi Pepper Grid dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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].
Informasi Dasar Ekstensi
Nama | Pepper Grid |
ID | ijikeihjoblmjokjojiincoieadkneli |
URL Resmi | https://chromewebstore.google.com/detail/pepper-grid/ijikeihjoblmjokjojiincoieadkneli |
Deskripsi | Brings back the best grid layout for Pepper websites. Report issues on [email protected]. |
Ukuran File | 5.03 KB |
Jumlah Instalasi | 62 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2023-06-28 |
Tanggal Publikasi | 2020-12-08 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | CoUsT |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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]" } } } |