WordPress Version

WordPress Version allows you to know WP version of website

什么是WordPress Version?

WordPress Version是由AMZScout开发的Chrome扩展程序,该扩展的主要功能是“WordPress Version allows you to know WP version of website”。

扩展截图

screenshot

下载WordPress Version扩展crx文件

下载WordPress Version扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 WordPress Version WordPress Version
ID jbbiglmmnldnajjcnglcbaflpmkjlenh
官方URL https://chromewebstore.google.com/detail/wordpress-version/jbbiglmmnldnajjcnglcbaflpmkjlenh
简介 WordPress Version allows you to know WP version of website
文件大小 44.05 KB
安装次数 971
当前版本 1.0.1
更新时间 2016-06-28
上架时间 2016-06-28
评分 3.29/5 共7次评分
开发者 AMZScout
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://amzscout.net/docs/security-policy.pdf
支持的语言 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"
        }
    ]
}