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
公式URL 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
Eメール [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"
    ]
}