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…
What is Shopify Developer Tools?
Shopify Developer Tools is a Chrome extension developed by anark6, and its main feature is "Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…".
Extension Screenshots
Download Shopify Developer Tools Extension CRX File
Download Shopify Developer Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Shopify Developer Tools |
ID | ampfnhkbibnmhgoiaaokkejbajllamfj |
Official URL | https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj |
Description | Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using… |
File Size | 27.68 KB |
Installation Count | 751 |
Current Version | 0.23 |
Last Updated | 2020-05-08 |
Publish Date | 2020-05-08 |
Developer | anark6 |
Payment Type | free |
Supported Languages | 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" } |