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].”。
擴展截圖
下載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 |
ID | ijikeihjoblmjokjojiincoieadkneli |
官方網址 | 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]" } } } |