WPADMIN : Wordpress Site Manager

Dabbling in multiple WordPress websites? Having a hard time identifying which website needs to be updated? Install this extension…

WPADMIN : Wordpress Site Manager란 무엇입니까?

WPADMIN : Wordpress Site Manager은(는) anilkapoor716에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dabbling in multiple WordPress websites? Having a hard time identifying which website needs to be updated? Install this extension…"입니다.

확장 프로그램 스크린샷

screenshot

WPADMIN : Wordpress Site Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dabbling in multiple WordPress websites? Having a hard time identifying which website needs to be updated?
Install this extension to smooth things out. This plugin will also tell you the theme of the Wordpress website you are on. 

This extension gives you the ability to identify different WordPress admin panel by changing his top menu bar color.

Very useful agencies and freelancers. 

Features :
 - Easily add website info and the related theme
 - Coordinate easily between multiple websites.                    

확장 프로그램 기본 정보

이름 WPADMIN : Wordpress Site Manager WPADMIN : Wordpress Site Manager
ID blagblbojfibhijpbaobmcdeanilmmdj
공식 URL https://chromewebstore.google.com/detail/wpadmin-wordpress-site-ma/blagblbojfibhijpbaobmcdeanilmmdj
설명 Dabbling in multiple WordPress websites? Having a hard time identifying which website needs to be updated? Install this extension…
파일 크기 985 KB
설치 횟수 662
현재 버전 1.2.0
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 5.00/5 총 4 개의 평점
개발자 anilkapoor716
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WPADMIN : Wordpress Site Manager",
    "short_name": "WPADMIN",
    "version": "1.2.0",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-3.2.1.js",
                "content.js",
                "lib\/codemirror\/codemirror.js",
                "lib\/codemirror\/css.js",
                "lib\/codemirror\/htmlembedded.js",
                "lib\/codemirror\/htmlmixed.js",
                "lib\/codemirror\/javascript.js",
                "lib\/codemirror\/xml.js"
            ],
            "css": [
                "lib\/codemirror\/codemirror.css",
                "css\/editor-themes\/base16-dark.css",
                "css\/editor-themes\/base16-light.css",
                "css\/editor-themes\/eclipse.css",
                "css\/editor-themes\/elegant.css",
                "css\/editor-themes\/material.css",
                "css\/editor-themes\/monokai.css",
                "css\/editor-themes\/solarized.css",
                "css\/editor-themes\/twilight.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/editor-themes\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "http:\/\/*\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/logo-19.png",
            "38": "images\/logo-38.png"
        }
    },
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}