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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shopify Theme Search by Bold एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |