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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | ![]() |
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" ] } |