Shopware Emotion Sizes
Displays sizes of a Shopware Emotion page for easy developing.
Shopware Emotion Sizesคืออะไร?
Shopware Emotion Sizes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sebastian Lenz และคุณลักษณะหลักของมันคือ "Displays sizes of a Shopware Emotion page for easy developing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopware Emotion Sizes
ดาวน์โหลดไฟล์ส่วนขยาย Shopware Emotion Sizes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | afpehghlknojcpkimenifmdfnmndcffe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/shopware-emotion-sizes/afpehghlknojcpkimenifmdfnmndcffe |
คำอธิบาย | Displays sizes of a Shopware Emotion page for easy developing. |
ขนาดไฟล์ | 33.35 KB |
จำนวนการติดตั้ง | 315 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2016-04-15 |
วันที่เผยแพร่ | 2016-04-15 |
คะแนน | 4.56/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Sebastian Lenz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopware Emotion Sizes", "version": "0.0.1", "manifest_version": 2, "description": "Displays sizes of a Shopware Emotion page for easy developing.", "homepage_url": "https:\/\/www.shopdoktor.com", "background": { "scripts": [ "jquery-2.2.2.min.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "Inject!" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |