Salla Theme Finder

Finds the used theme in this Salla store.

Vad är Salla Theme Finder?

Salla Theme Finder är en Chrome-tillägg utvecklad av dhiaaddin, och dess huvudfunktion är "Finds the used theme in this Salla store.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Salla Theme Finder-förlängningens CRX-fil

Ladda ner Salla Theme Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Salla Theme Finder Salla Theme Finder
ID laijjhhiomfaipnjdlgkhhnnehhkaggb
Officiell webbadress https://chromewebstore.google.com/detail/salla-theme-finder/laijjhhiomfaipnjdlgkhhnnehhkaggb
Beskrivning Finds the used theme in this Salla store.
Filstorlek 47.86 KB
Antal Installationer 238
Aktuell Version 0.1
Senast Uppdaterad 2023-05-05
Publiceringsdatum 2023-05-04
Utvecklare dhiaaddin
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}