Pepper Grid
Brings back the best grid layout for Pepper websites. Report issues on [email protected].
Pepper Grid là gì?
Pepper Grid là một tiện ích mở rộng Chrome được phát triển bởi CoUsT, và tính năng chính của nó là "Brings back the best grid layout for Pepper websites. Report issues on [email protected].".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pepper Grid
Tải xuống các tệp mở rộng Pepper Grid dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pepper Grid |
ID | ijikeihjoblmjokjojiincoieadkneli |
URL Chính Thức | https://chromewebstore.google.com/detail/pepper-grid/ijikeihjoblmjokjojiincoieadkneli |
Mô tả | Brings back the best grid layout for Pepper websites. Report issues on [email protected]. |
Kích Thước Tệp | 5.03 KB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-06-28 |
Ngày Phát Hành | 2020-12-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | CoUsT |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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]" } } } |