Shopware Emotion Sizes
Displays sizes of a Shopware Emotion page for easy developing.
什么是Shopware Emotion Sizes?
Shopware Emotion Sizes是由Sebastian Lenz开发的Chrome扩展程序,该扩展的主要功能是“Displays sizes of a Shopware Emotion page for easy developing.”。
扩展截图
下载Shopware Emotion Sizes扩展crx文件
下载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" ] } |