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是由https://scanwp.net開發的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…”。

擴展截圖

screenshot

下載Scan WP - WordPress Theme and Plugin Detector擴展crx文件

下載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
官方網址 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
電子郵箱 [email protected]
付費類型 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'"
}