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

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

확장 프로그램 사용 설명서

                        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"
        }
    ]
}