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 là gì?

Scan WP - WordPress Theme and Plugin Detector là một tiện ích mở rộng Chrome được phát triển bởi https://scanwp.net, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scan WP - WordPress Theme and Plugin Detector

Tải xuống các tệp mở rộng Scan WP - WordPress Theme and Plugin Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scan WP - WordPress Theme and Plugin Detector Scan WP - WordPress Theme and Plugin Detector
ID jgepgcdhakjacecafilmhdnifekocmcl
URL Chính Thức https://chromewebstore.google.com/detail/scan-wp-wordpress-theme-a/jgepgcdhakjacecafilmhdnifekocmcl
Mô tả 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…
Kích Thước Tệp 1.41 MB
Số Lần Cài Đặt 42,587
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-06-24
Ngày Phát Hành 2018-02-10
Đánh Giá 3.82/5 Tổng số 51 Đánh Giá
Nhà Phát Triển https://scanwp.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://scanwp.net
Ngôn Ngữ Được Hỗ Trợ 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'"
}