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