Salla Theme Finder

Finds the used theme in this Salla store.

Τι είναι το Salla Theme Finder;

Το Salla Theme Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dhiaaddin, και η κύρια λειτουργία του είναι "Finds the used theme in this Salla store.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Salla Theme Finder

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

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

                        Discover the theme used on any website built by Salla with a single click!

How to use:
- Install the Salla Theme Finder.
- Navigate to any Salla website you want to identify the theme for.
- Click the extension icon in the toolbar.
- Click the "Find" button in the popup.
- View the detected theme.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Salla Theme Finder Salla Theme Finder
ID laijjhhiomfaipnjdlgkhhnnehhkaggb
Επίσημο URL https://chromewebstore.google.com/detail/salla-theme-finder/laijjhhiomfaipnjdlgkhhnnehhkaggb
Περιγραφή Finds the used theme in this Salla store.
Μέγεθος Αρχείου 47.86 KB
Αριθμός Εγκαταστάσεων 238
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2023-05-05
Ημερομηνία Δημοσίευσης 2023-05-04
Προγραμματιστής dhiaaddin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salla Theme Finder",
    "version": "0.1",
    "description": "Finds the used theme in this Salla store.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Salla Theme Finder"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}