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