Scan WP - WordPress Theme and Plugin Detector

Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it…

Scan WP - WordPress Theme and Plugin Detectorคืออะไร?

Scan WP - WordPress Theme and Plugin Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scanwp.net และคุณลักษณะหลักของมันคือ "Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scan WP - WordPress Theme and Plugin Detector

ดาวน์โหลดไฟล์ส่วนขยาย Scan WP - WordPress Theme and Plugin Detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it such functionality?
Well, all you have to do now, is install this extension and we will detect the Wordpress themes and plugins the site you are on uses.

After you install the extension, an orange Wordpress logo will be added to your browser. So, go to a site that was built with Wordpress and just press that logo. Within a few seconds you will know everything there is to know about the theme and plugins.

You can also go to our Wordpress theme detector website and get additional information regarding the domain such as strong keywords its ranked for, estimated traffic, main competitors for rankings and more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Scan WP - WordPress Theme and Plugin Detector Scan WP - WordPress Theme and Plugin Detector
ID jgepgcdhakjacecafilmhdnifekocmcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scan-wp-wordpress-theme-a/jgepgcdhakjacecafilmhdnifekocmcl
คำอธิบาย Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it…
ขนาดไฟล์ 1.41 MB
จำนวนการติดตั้ง 42,587
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-06-24
วันที่เผยแพร่ 2018-02-10
คะแนน 3.82/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา https://scanwp.net
อีเมล info@scanwp.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://scanwp.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scan WP - WordPress Theme and Plugin Detector",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}