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은(는) ShopifyNerds에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Want to kno what theme or app a store is running? Relax, we got this"입니다.

확장 프로그램 스크린샷

screenshot

ShopifyNerds app and theme detector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}