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
拡張機能の基本情報
名前 | Shopify Developer Tools |
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" } |