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
Eメール [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"
    }
}