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 |
官方網址 | 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" ] } |