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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}