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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://boldcommerce.com, και η κύρια λειτουργία του είναι "Search across ALL Shopify theme files in one search. Searches Layout files, Templates, Snippets, Assets, Config and Locales! When…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Shopify Theme Search by Bold

Λήψη αρχείων επέκτασης Shopify Theme Search by Bold σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
    ]
}