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
官方網址 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"
        }
    ]
}