Shopify Developer Tools
Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…
什么是Shopify Developer Tools?
Shopify Developer Tools是由anark6开发的Chrome扩展程序,该扩展的主要功能是“Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…”。
扩展截图
下载Shopify Developer Tools扩展crx文件
下载Shopify Developer Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shopify Developer Tools is a Chrome extension for Shopify developers.
It allows you to easily
- View which theme a shop is using when visiting their website.
- Easily create a management request for a shop without having to copy and paste their store url
- See if the theme they were using was purchased legitimately
- Add your own custom links to view a shop in your admin or wherever you would like to view their details based on the shops myshopify url 扩展基本信息
| 名称 | |
| ID | ampfnhkbibnmhgoiaaokkejbajllamfj |
| 官方URL | https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj |
| 简介 | Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using… |
| 文件大小 | 27.68 KB |
| 安装次数 | 751 |
| 当前版本 | 0.23 |
| 更新时间 | 2020-05-08 |
| 上架时间 | 2020-05-08 |
| 开发者 | anark6 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"content.js"
],
"manifest_version": 2,
"name": "Shopify Developer Tools",
"permissions": [
"activeTab",
"storage"
],
"short_name": "Shopify Developer Tools",
"version": "0.23"
} | |