PedidosYa Description Viewer
This extension allows you to view the food item's description in PedidosYa sites.
PedidosYa Description Viewerคืออะไร?
PedidosYa Description Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joaquin Alonso =D และคุณลักษณะหลักของมันคือ "This extension allows you to view the food item's description in PedidosYa sites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PedidosYa Description Viewer
ดาวน์โหลดไฟล์ส่วนขยาย PedidosYa Description Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension to be able to see PedidosYa sites food item's description by overwriting the fixed heights and overflows with some ugly !important CSS rules =). If I missed anything please let me know!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PedidosYa Description Viewer |
ID | opfeegkiheaaofllahpeaceikjmjdbbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pedidosya-description-vie/opfeegkiheaaofllahpeaceikjmjdbbg |
คำอธิบาย | This extension allows you to view the food item's description in PedidosYa sites. |
ขนาดไฟล์ | 16.52 KB |
จำนวนการติดตั้ง | 389 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-03-25 |
วันที่เผยแพร่ | 2019-03-25 |
ผู้พัฒนา | Joaquin Alonso =D |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PedidosYa Description Viewer", "version": "1.0", "description": "This extension allows you to view the food item's description in PedidosYa sites.", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.pedidosya.com.ar\/*", "https:\/\/www.pedidosya.com.bo\/*", "https:\/\/www.pedidosya.cl\/*", "https:\/\/www.pedidosya.com.co\/*", "https:\/\/www.pedidosya.com.ec\/*", "https:\/\/www.appetito24.com.pa\/*", "https:\/\/www.pedidosya.com.py\/*", "https:\/\/domicilios.com.pe\/*", "https:\/\/www.pedidosya.com.uy\/*" ] } ] } |