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
Eメール [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"
    }
}