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…
Shopify Theme File Search by EZFYとは何ですか?
Shopify Theme File Search by EZFYはDiego Fortesによって開発されたChromeの拡張機能で、その主な機能は「Made by ezfycode.com Easily find any text within the files of any of your Shopify themes. Regex support included! Do you ever…」です。
拡張機能のスクリーンショット
Shopify Theme File Search by EZFY拡張機能のCRXファイルをダウンロード
Shopify Theme File Search by EZFY拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Shopify Theme File Search by EZFY |
ID | mhchmhfecfdpaifljcfebnlaiaphfkmb |
公式URL | https://chromewebstore.google.com/detail/shopify-theme-file-search/mhchmhfecfdpaifljcfebnlaiaphfkmb |
説明 | Made by ezfycode.com Easily find any text within the files of any of your Shopify themes. Regex support included! Do you ever… |
ファイルサイズ | 201 KB |
インストール数 | 32,167 |
現在のバージョン | 2.5.0 |
最終更新日 | 2023-10-11 |
公開日 | 2020-11-02 |
評価 | 3.72/5 合計 53 レビュー |
開発者 | Diego Fortes |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ezfycode.com/ |
ヘルプページのURL | https://ezfycode.com/ |
対応言語 | 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'" } |