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