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 là gì?
Shopify Theme Search by Bold là một tiện ích mở rộng Chrome được phát triển bởi https://boldcommerce.com, và tính năng chính của nó là "Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shopify Theme Search by Bold
Tải xuống các tệp mở rộng Shopify Theme Search by Bold dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :-)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shopify Theme Search by Bold |
ID | epbnmkionkpliaiogpemfkclmcnbdfle |
URL Chính Thức | https://chromewebstore.google.com/detail/shopify-theme-search-by-b/epbnmkionkpliaiogpemfkclmcnbdfle |
Mô tả | Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When… |
Kích Thước Tệp | 263 KB |
Số Lần Cài Đặt | 9,447 |
Phiên Bản Hiện Tại | 3.6 |
Cập Nhật Lần Cuối | 2019-06-06 |
Ngày Phát Hành | 2019-06-06 |
Đánh Giá | 3.04/5 Tổng số 49 Đánh Giá |
Nhà Phát Triển | https://boldcommerce.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://boldcommerce.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |