Salla Theme Finder

Finds the used theme in this Salla store.

Salla Theme Finder là gì?

Salla Theme Finder là một tiện ích mở rộng Chrome được phát triển bởi dhiaaddin, và tính năng chính của nó là "Finds the used theme in this Salla store.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salla Theme Finder

Tải xuống các tệp mở rộng Salla Theme Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salla Theme Finder Salla Theme Finder
ID laijjhhiomfaipnjdlgkhhnnehhkaggb
URL Chính Thức https://chromewebstore.google.com/detail/salla-theme-finder/laijjhhiomfaipnjdlgkhhnnehhkaggb
Mô tả Finds the used theme in this Salla store.
Kích Thước Tệp 47.86 KB
Số Lần Cài Đặt 238
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2023-05-05
Ngày Phát Hành 2023-05-04
Nhà Phát Triển dhiaaddin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}