Shopify Theme Search by Bold

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

什麼是Shopify Theme Search by Bold?

Shopify Theme Search by Bold是由https://boldcommerce.com開發的Chrome擴展程式,該擴展的主要功能是“Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…”。

擴展截圖

screenshot
screenshot
screenshot

下載Shopify Theme Search by Bold擴展crx文件

下載Shopify Theme Search by Bold擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 :-)                    

擴展基本資訊

名稱 Shopify Theme Search by Bold Shopify Theme Search by Bold
ID epbnmkionkpliaiogpemfkclmcnbdfle
官方網址 https://chromewebstore.google.com/detail/shopify-theme-search-by-b/epbnmkionkpliaiogpemfkclmcnbdfle
簡介 Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…
檔案大小 263 KB
安裝次數 9,447
目前版本 3.6
更新時間 2019-06-06
上架時間 2019-06-06
評分 3.04/5 共 49 次評分
開發者 https://boldcommerce.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://boldcommerce.com/privacy
支援的語言 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"
    ]
}