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文件

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

扩展使用说明

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