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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}