Shopify Theme File Search by EZFY

Made by ezfycode.com Easily find any text within the files of any of your Shopify themes. Regex support included! Do you ever…

O que é Shopify Theme File Search by EZFY?

Shopify Theme File Search by EZFY é uma extensão do Chrome desenvolvida por Diego Fortes, e sua principal característica é "Made by ezfycode.com Easily find any text within the files of any of your Shopify themes. Regex support included! Do you ever…".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Shopify Theme File Search by EZFY

Baixe arquivos de extensão Shopify Theme File Search by EZFY no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Made by ezfycode.com

Easily find any text within the files of any of your Shopify themes. Regex support included! 

Do you ever wonder where a specific line of text is located inside the dozens of files of your theme? Then this extension is most definitely for you. 

Whether you're a merchant or a developer a global search function for our themes can be very helpful and save a lot of time. This is exactly what this extension do. 

Features:
- Search for any text inside every single file of your theme
- Fast search
- User friendly interface
- Regex friendly

Usage:
1. Login to your Shopify store;
2. Navigate to online store > themes > actions > edit code;
3. You'll notice a text box load right above your theme editor;
4. Type in any text you wish to locate;
5. Wait for a few seconds and the app will notify you whether the text was found or not.                    

Informações Básicas da Extensão

Nome Shopify Theme File Search by EZFY Shopify Theme File Search by EZFY
ID mhchmhfecfdpaifljcfebnlaiaphfkmb
URL Oficial https://chromewebstore.google.com/detail/shopify-theme-file-search/mhchmhfecfdpaifljcfebnlaiaphfkmb
Descrição Made by ezfycode.com Easily find any text within the files of any of your Shopify themes. Regex support included! Do you ever…
Tamanho do Arquivo 201 KB
Contagem de Instalações 32,167
Versão Atual 2.5.0
Última Atualização 2023-10-11
Data de Publicação 2020-11-02
Classificação 3.72/5 Total de 53 Avaliações
Desenvolvedor Diego Fortes
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ezfycode.com/
URL da Página de Ajuda https://ezfycode.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.0",
    "name": "Shopify Theme File Search by EZFY",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myshopify.com\/admin\/*",
                "https:\/\/admin.shopify.com\/store\/*",
                "http:\/\/admin.shopify.com\/store"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "ezfy-logo.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}