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…

Shopify Theme File Search by EZFY क्या है?

Shopify Theme File Search by EZFY Diego Fortes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Made by ezfycode.com Easily find any text within the files of any of your Shopify themes. Regex support included! Do you ever…"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shopify Theme File Search by EZFY एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Shopify Theme File Search by EZFY Shopify Theme File Search by EZFY
ID mhchmhfecfdpaifljcfebnlaiaphfkmb
आधिकारिक URL https://chromewebstore.google.com/detail/shopify-theme-file-search/mhchmhfecfdpaifljcfebnlaiaphfkmb
विवरण Made by ezfycode.com Easily find any text within the files of any of your Shopify themes. Regex support included! Do you ever…
फ़ाइल का आकार 201 KB
स्थापना संख्या 32,167
वर्तमान संस्करण 2.5.0
अंतिम अपडेट 2023-10-11
प्रकाशन तिथि 2020-11-02
रेटिंग 3.72/5 कुल 53 रेटिंग्स
डेवलपर Diego Fortes
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ezfycode.com/
सहायता पृष्ठ URL https://ezfycode.com/
समर्थित भाषाएँ 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'"
}