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