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…”。

擴展截圖

screenshot

下載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 Shopify Developer Tools
ID ampfnhkbibnmhgoiaaokkejbajllamfj
官方網址 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"
}