MODX Manager Launcher

This extension will launch the MODX Manager of the site you're currently on.

MODX Manager Launcherとは何ですか?

MODX Manager Launcherはjmbuytaertによって開発されたChromeの拡張機能で、その主な機能は「This extension will launch the MODX Manager of the site you're currently on.」です。

MODX Manager Launcher拡張機能のCRXファイルをダウンロード

MODX Manager Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will allow you to quickly open the manager of the site you're currently on in a new tab.                    

拡張機能の基本情報

名前 MODX Manager Launcher MODX Manager Launcher
ID ccdejokefhhpfiblifnbgkoaehfacohj
公式URL https://chrome.google.com/webstore/detail/ccdejokefhhpfiblifnbgkoaehfacohj
説明 This extension will launch the MODX Manager of the site you're currently on.
ファイルサイズ 6.77 KB
インストール数 21
現在のバージョン 2.0
最終更新日 2015-10-28
公開日 2015-10-28
評価 3.50/5 合計 2 レビュー
開発者 jmbuytaert
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MODX Manager Launcher",
    "description": "This extension will launch the MODX Manager of the site you're currently on.",
    "version": "2.0",
    "background": {
        "scripts": [
            "modxmanager.js"
        ]
    },
    "browser_action": {
        "default_icon": "modx-logo-38x38.png"
    },
    "permissions": [
        "activeTab"
    ]
}