WordPress Version

WordPress Version allows you to know WP version of website

WordPress Version là gì?

WordPress Version là một tiện ích mở rộng Chrome được phát triển bởi AMZScout, và tính năng chính của nó là "WordPress Version allows you to know WP version of website".

Ả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 WordPress Version

Tải xuống các tệp mở rộng WordPress Version 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

                        WordPress Version allows you to get information about version of WordPress at websites which use it and compare it with the latest available version.                    

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

Tên WordPress Version WordPress Version
ID jbbiglmmnldnajjcnglcbaflpmkjlenh
URL Chính Thức https://chromewebstore.google.com/detail/wordpress-version/jbbiglmmnldnajjcnglcbaflpmkjlenh
Mô tả WordPress Version allows you to know WP version of website
Kích Thước Tệp 44.05 KB
Số Lần Cài Đặt 971
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-06-28
Ngày Phát Hành 2016-06-28
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển AMZScout
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://amzscout.net/docs/security-policy.pdf
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress Version",
    "version": "1.0.1",
    "description": "WordPress Version allows you to know WP version of website",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "http:\/\/www.amazonscout.com",
    "homepage_url": "http:\/\/www.amazonscout.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "",
        "tabs",
        "gcm",
        "identity",
        "*:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}