Dev Hopper

Quickly jump between development, staging and production servers. For develhoppers.

Dev Hopperとは何ですか?

Dev HopperはDean Soferによって開発されたChromeの拡張機能で、その主な機能は「Quickly jump between development, staging and production servers. For develhoppers.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Dev Hopper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Quickly jump between Development, Staging, Testing and Production servers from within the same page. Allows you to specify Regular Expression for more complex environment detection.

https://github.com/ProLoser/Chrome-Server-Switcher                    

拡張機能の基本情報

名前 Dev Hopper Dev Hopper
ID ggccleebfnpajcgbamimmkdcmlahkiio
公式URL https://chromewebstore.google.com/detail/dev-hopper/ggccleebfnpajcgbamimmkdcmlahkiio
説明 Quickly jump between development, staging and production servers. For develhoppers.
ファイルサイズ 92.86 KB
インストール数 39
現在のバージョン 0.0.4
最終更新日 2015-06-22
公開日 2015-06-22
評価 5.00/5 合計 1 レビュー
開発者 Dean Sofer
Eメール proloser+chromedev@hotmail.com
支払い方法 free
拡張機能のウェブサイト https://github.com/ProLoser/Chrome-Server-Switcher
ヘルプページのURL https://github.com/ProLoser/Chrome-Server-Switcher
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dev Hopper",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Quickly jump between development, staging and production servers. For develhoppers.",
    "homepage_url": "https:\/\/github.com\/ProLoser\/Chrome-Server-Switcher",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_title": "Change Server",
        "default_icon": "icons\/icon48.png",
        "default_popup": "src\/popup.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}