Shopify theme search (Fast)

Search for files FAST inside your Shopify theme. Stop wasting time searching for text or files within your theme. You can now…

Shopify theme search (Fast) क्या है?

Shopify theme search (Fast) Ty Chapman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for files FAST inside your Shopify theme. Stop wasting time searching for text or files within your theme. You can now…"।

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

screenshot

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

crx प्रारूप में Shopify theme search (Fast) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Search for files FAST inside your Shopify theme. 

Stop wasting time searching for text or files within your theme.
You can now search for any specific line of text or code instantly within theme files.

User friendly tool for merchants and developers.

How to use:
1. Install plugin with one click (works automatically) 
2. Navigate to theme code: Online Store > Themes > … > edit Code
3. Type text you want to find in the instant search bar at top of editor and click search

(Regex and case sensitive included.)

Made by Ty Chapman                    

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

नाम Shopify theme search (Fast) Shopify theme search (Fast)
ID kehfecdknjlanbagfdianfdmochlaloe
आधिकारिक URL https://chromewebstore.google.com/detail/shopify-theme-search-fast/kehfecdknjlanbagfdianfdmochlaloe
विवरण Search for files FAST inside your Shopify theme. Stop wasting time searching for text or files within your theme. You can now…
फ़ाइल का आकार 271 KB
स्थापना संख्या 2,210
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2023-09-21
प्रकाशन तिथि 2022-12-05
रेटिंग 3.81/5 कुल 16 रेटिंग्स
डेवलपर Ty Chapman
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shopify theme search (Fast)",
    "short_name": "Shopify theme search (Fast)",
    "version": "1.2.3",
    "description": "",
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "Shopify theme search (Fast)",
        "default_icon": {
            "16": "assets\/icon-16.png",
            "24": "assets\/icon-24.png",
            "34": "assets\/icon-34.png",
            "128": "assets\/icon-128.png"
        }
    },
    "options_page": "index.html?#\/options",
    "content_scripts": [
        {
            "js": [
                "runtime.js",
                "polyfills.js",
                "vendor.js",
                "main.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.shopify.com\/*",
                "https:\/\/*.myshopify.com\/*",
                "https:\/\/online-store-web.shopifyapps.com\/themes*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}