Shopify Theme Search by Bold
Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…
O que é Shopify Theme Search by Bold?
Shopify Theme Search by Bold é uma extensão do Chrome desenvolvida por https://boldcommerce.com, e sua principal característica é "Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shopify Theme Search by Bold
Baixe arquivos de extensão Shopify Theme Search by Bold no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :-)
Informações Básicas da Extensão
Nome | Shopify Theme Search by Bold |
ID | epbnmkionkpliaiogpemfkclmcnbdfle |
URL Oficial | https://chromewebstore.google.com/detail/shopify-theme-search-by-b/epbnmkionkpliaiogpemfkclmcnbdfle |
Descrição | Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When… |
Tamanho do Arquivo | 263 KB |
Contagem de Instalações | 9,447 |
Versão Atual | 3.6 |
Última Atualização | 2019-06-06 |
Data de Publicação | 2019-06-06 |
Classificação | 3.04/5 Total de 49 Avaliações |
Desenvolvedor | https://boldcommerce.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://boldcommerce.com/privacy |
Idiomas Suportados | 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" ] } |