Shopify Theme File Search by EZFY
Made by ezfycode.com Easily find any text within the files of any of your Shopify themes. Regex support included! Do you ever…
Qu'est-ce que Shopify Theme File Search by EZFY ?
Shopify Theme File Search by EZFY est une extension Chrome développée par Diego Fortes, et sa fonction principale est "Made by ezfycode.com Easily find any text within the files of any of your Shopify themes. Regex support included! Do you ever…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shopify Theme File Search by EZFY
Téléchargez les fichiers d'extension Shopify Theme File Search by EZFY au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Made by ezfycode.com Easily find any text within the files of any of your Shopify themes. Regex support included! Do you ever wonder where a specific line of text is located inside the dozens of files of your theme? Then this extension is most definitely for you. Whether you're a merchant or a developer a global search function for our themes can be very helpful and save a lot of time. This is exactly what this extension do. Features: - Search for any text inside every single file of your theme - Fast search - User friendly interface - Regex friendly Usage: 1. Login to your Shopify store; 2. Navigate to online store > themes > actions > edit code; 3. You'll notice a text box load right above your theme editor; 4. Type in any text you wish to locate; 5. Wait for a few seconds and the app will notify you whether the text was found or not.
Informations de Base sur l'Extension
Nom | Shopify Theme File Search by EZFY |
ID | mhchmhfecfdpaifljcfebnlaiaphfkmb |
URL Officiel | https://chromewebstore.google.com/detail/shopify-theme-file-search/mhchmhfecfdpaifljcfebnlaiaphfkmb |
Description | Made by ezfycode.com Easily find any text within the files of any of your Shopify themes. Regex support included! Do you ever… |
Taille du Fichier | 201 KB |
Nombre d'Installations | 32,167 |
Version Actuelle | 2.5.0 |
Dernière Mise à Jour | 2023-10-11 |
Date de Publication | 2020-11-02 |
Évaluation | 3.72/5 Total 53 Évaluations |
Développeur | Diego Fortes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ezfycode.com/ |
URL de la Page d'Aide | https://ezfycode.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.5.0", "name": "Shopify Theme File Search by EZFY", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.myshopify.com\/admin\/*", "https:\/\/admin.shopify.com\/store\/*", "http:\/\/admin.shopify.com\/store" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ "content.styles.css", "icon-128.png", "icon-34.png", "ezfy-logo.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |