Salla Theme Finder

Finds the used theme in this Salla store.

什么是Salla Theme Finder?

Salla Theme Finder是由dhiaaddin开发的Chrome扩展程序,该扩展的主要功能是“Finds the used theme in this Salla store.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Salla Theme Finder扩展crx文件

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