ShopifyNerds app and theme detector

Want to kno what theme or app a store is running? Relax, we got this

ShopifyNerds app and theme detectorคืออะไร?

ShopifyNerds app and theme detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShopifyNerds และคุณลักษณะหลักของมันคือ "Want to kno what theme or app a store is running? Relax, we got this"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShopifyNerds app and theme detector

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

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

                        Have you ever been on a Shopify store and you wanted to know what they were using? Maybe it was an app or maybe it was their theme. Well ShopifyNerds has you covered! We'll be updating this free tool often so you'll be able to get a leg up on the competition!                    

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

ชื่อ ShopifyNerds app and theme detector ShopifyNerds app and theme detector
ID plnaopngjldoddagichpcpcafkcbbpck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopifynerds-app-and-them/plnaopngjldoddagichpcpcafkcbbpck
คำอธิบาย Want to kno what theme or app a store is running? Relax, we got this
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 606
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-01-30
วันที่เผยแพร่ 2019-01-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ShopifyNerds
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShopifyNerds app and theme detector",
    "description": "Want to kno what theme or app a store is running? Relax, we got this",
    "version": "1.0",
    "author": "ShopifyNerds",
    "homepage_url": "https:\/\/shopifynerds.com\/detector",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-disabled.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "lib\/zepto\/zepto.min.js",
            "js\/sad.js",
            "data\/shopify_apps.js",
            "data\/shopify_themes.js",
            "js\/detector.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/zepto\/zepto.min.js",
                "js\/sad.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}