Theme Explorer for Shopify

Theme Explorer allows you to view important information about the themes installed on your Shopify store.

Theme Explorer for Shopifyคืออะไร?

Theme Explorer for Shopify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liam Merlyn และคุณลักษณะหลักของมันคือ "Theme Explorer allows you to view important information about the themes installed on your Shopify store."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Theme Explorer for Shopify

ดาวน์โหลดไฟล์ส่วนขยาย Theme Explorer for Shopify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Explore your Shopify store's themes and their details. This extension provides information such as the theme's ID, updated/created dates and the theme name. It also provides links to quickly access the theme's JSON, Theme Customiser and code editor.

On Shopify storefronts, use the extension to quickly view the store's live theme name, and access important details, such as the Theme ID, Theme Preview URL and Theme Editor URL.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Theme Explorer for Shopify Theme Explorer for Shopify
ID jiapemkfhgejoifinncjnbdkpafhkcnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/theme-explorer-for-shopif/jiapemkfhgejoifinncjnbdkpafhkcnj
คำอธิบาย Theme Explorer allows you to view important information about the themes installed on your Shopify store.
ขนาดไฟล์ 415 KB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2022-07-23
คะแนน 4.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Liam Merlyn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ConduciveMammal/theme-explorer
URL หน้าช่วยเหลือ https://github.com/ConduciveMammal/theme-explorer/issues
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Theme Explorer allows you to view important information about the themes installed on your Shopify store.",
    "version": "1.3.0",
    "manifest_version": 3,
    "name": "Theme Explorer for Shopify",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentScript.bundle.js",
                "injectScript.bundle.js",
                "icon128.png",
                "icon48.png",
                "icon16.png",
                "nunito.woff2",
                "nunito-italic.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}