Shopify Theme Search by Bold
Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…
Cos'è Shopify Theme Search by Bold?
Shopify Theme Search by Bold è un'estensione di Chrome sviluppata da https://boldcommerce.com, e la sua funzione principale è "Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shopify Theme Search by Bold
Scarica i file di estensione Shopify Theme Search by Bold in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :-)
Informazioni di Base sull'Estensione
Nome | Shopify Theme Search by Bold |
ID | epbnmkionkpliaiogpemfkclmcnbdfle |
URL Ufficiale | https://chromewebstore.google.com/detail/shopify-theme-search-by-b/epbnmkionkpliaiogpemfkclmcnbdfle |
Descrizione | Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When… |
Dimensione del File | 263 KB |
Conteggio Installazioni | 9,447 |
Versione Corrente | 3.6 |
Ultimo Aggiornamento | 2019-06-06 |
Data di Pubblicazione | 2019-06-06 |
Valutazione | 3.04/5 Totale 49 Valutazioni |
Sviluppatore | https://boldcommerce.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://boldcommerce.com/privacy |
Lingue Supportate | 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" ] } |