Shopify Theme Search by Bold

Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…

Co je Shopify Theme Search by Bold?

Shopify Theme Search by Bold je rozšíření Chrome vyvinuté https://boldcommerce.com, a jeho hlavní funkcí je „Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Shopify Theme Search by Bold

Stáhněte si soubory rozšíření Shopify Theme Search by Bold ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! 

When a file is found containing text from the search it becomes highlighted. You can continue to search all files, or at that point pause the search and navigate to the file. 

If you work with Shopify themes all day, like we do, this is a GREAT tool to find all instances of a certain element, or any string of text. For example, maybe you need to find all instances of "product.price". It could be in collection pages, search, products, or dozens of other pages. Now you can find them all a few seconds :-)                    

Základní Informace o Rozšíření

Název Shopify Theme Search by Bold Shopify Theme Search by Bold
ID epbnmkionkpliaiogpemfkclmcnbdfle
Oficiální URL https://chromewebstore.google.com/detail/shopify-theme-search-by-b/epbnmkionkpliaiogpemfkclmcnbdfle
Popis Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…
Velikost souboru 263 KB
Počet instalací 9,447
Aktuální Verze 3.6
Poslední Aktualizace 2019-06-06
Datum Vydání 2019-06-06
Hodnocení 3.04/5 Celkem 49 Hodnocení
Vývojář https://boldcommerce.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://boldcommerce.com/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopify Theme Search by Bold",
    "version": "3.6",
    "icons": {
        "16": "BoldIcon16.png",
        "48": "BoldIcon48.png",
        "128": "BoldIcon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myshopify.com\/admin\/*"
            ],
            "js": [
                "frontend.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/frontend.js",
        "\/assets\/js\/search.js",
        "bold-partner-program.jpg"
    ]
}